View Single Post
Old 05-05-2009, 03:50 PM   #10 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,688

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: I need some PHP help! timestamp?

In your insert script, you have dots before and after the time().

PHP Code:
'$name'' .time(). ''$email''$comment' 
Should be like this:

PHP Code:
'$name''time()''$email''$comment' 

__________________

Need website help? PM me!
CrazeD is offline