Friday, November 09, 2007

now_in_mysql()

function now_in_mysql()
{
$sql="select NOW()";
$res=dbquery($sql,"single");
return($res[0]);
}

Powered by ScribeFire.

No comments:

Post a Comment