Forum Moderators: coopster

Message Too Old, No Replies

script error msg

         

Kysmiley

10:13 pm on Dec 1, 2004 (gmt 0)

10+ Year Member



Im having a hard time with this form validation stuff I had it working in a simple script now that Im trying to do it another way I cant get the form to display. Now Im getting this error T_BOOLEAN_OR on line 174 however line 174 is in the middle of my html coding and not the PHP part of the form
Can anyone offer any suggestions on what it means
Pat
PS. i cant seem to find anything in the php manual on form validation

coopster

12:47 am on Dec 2, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



T_BOOLEAN_OR is a parser token [php.net] that references a logical operator [php.net]. It sounds to me like you probably haven't closed your PHP parsing with a closing PHP tag
?>
before you entered back into your HTML.