Im trying to write a guestbook script and I want to have it automatically post the date for each post. Ive tried: $time = date("F j, Y, g:i a",$myrow["time"]); and then echo $time but then it gives me some 1969 date so i edited the date in mysql and now it just gives oct 5 for EVERY post. I would be appreciative or a different code for this and how to make it just print the date from when the post was posted and not change.