Thread
:
I need some PHP help! timestamp?
View Single Post
05-05-2009, 03:50 PM
#
10
(
permalink
)
CrazeD
Wizard Techie
Join Date: Feb 2006
Location: Maine
Posts: 3,688
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
View Public Profile
Send a private message to CrazeD
Find More Posts by CrazeD