PHP and HTML help
Posted: Tue Oct 15, 2002 2:27 pm
Hi,
I am setting up a form in html which will take the data and send an email through php, my form is done, but I get this error in my php script.
Warning: Unexpected character in input: ''' (ASCII=92) state=1 hardware.php on line 23
Parse error: parse error, unexpected T_STRING
hardware.php on line 23
The error come on text fields that I use math to calculate, I am not sure if they have to be strings or not. the state =1 may be mu checkbox. Any ideas?
I am setting up a form in html which will take the data and send an email through php, my form is done, but I get this error in my php script.
Warning: Unexpected character in input: ''' (ASCII=92) state=1 hardware.php on line 23
Parse error: parse error, unexpected T_STRING
hardware.php on line 23
The error come on text fields that I use math to calculate, I am not sure if they have to be strings or not. the state =1 may be mu checkbox. Any ideas?