how do i retreive and display a timestamp from a mysql database using PHP?

Binny

New member
currently im using this line of code
echo date("F j Y g:i:s", $row[date]);
but it just gives me January 1 1970 2:33:31

and i also want it to look normal cause if i dont do the "date("F j Y g:i:s"," at all all i get is 2011-03-02 23:00:30 which is the correct date but displayed in a very abnormal way


thanks in advance =)
 
Back
Top