Friday, November 09, 2007

get_unix_time_stamp($timestamp)

function get_unix_time_stamp($timestamp)
{
$res=dbquery("SELECT UNIX_TIMESTAMP('$timestamp')","single");
return($res[0]);


}

Powered by ScribeFire.

No comments:

Post a Comment