View Single Post
  #3 (permalink)  
Old Jan 24th, 2006, 21:45
rproctor rproctor is offline
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']) == '')) {
Reply With Quote