hi, i'm quite new to php and i'm trying to make a registration page for a site, user fills in a html form, this is sent to _POST and a php page is used to put the users details into a database table.
however i'm getting this error: Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING
Question
philcruicks
hi, i'm quite new to php and i'm trying to make a registration page for a site, user fills in a html form, this is sent to _POST and a php page is used to put the users details into a database table.
however i'm getting this error: Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING
on this line of code
i've had a look for solutions and most seem to be things like missing " at the end but i've looked over the code and can't see anything missing.
Thanks for any help
Phil.
Link to comment
Share on other sites
19 answers to this question
Recommended Posts