Thread
:
syntax error: unexpected T_BOOLEAN_AND...
View Single Post
#
3
(
permalink
)
Jan 24th, 2006, 21:45
rproctor
Junior Member
Join Date: Jan 2006
Age: 25
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: syntax error: unexpected T_BOOLEAN_AND...
Off the top of my head it looks to me like you missed a ) at the end
((
$_POST
[
'date'
]) ==
''
) {
Should be
((
$_POST
[
'date'
]) ==
''
)) {
rproctor
View Public Profile
Find all posts by rproctor