SELECT value
FROM SC_local
WHERE
(id='credit_mail_title' OR id='email_hello')
$dbres = mysql_query("
SELECT *
FROM SC_local
WHERE
(id='credit_mail_title' OR id='email_hello')
");
$credit_fetch_lan=mysql_fetch_row($dbres);
print_r($credit_fetch_lan);