I'm very new to PHP, and am a young guy at that (16), no don't get me wrong I'm a smart kid, I just need time to perfect my skills
Anyhow, the following the the script I wrote. Here's basically what I'm trying to do:
1) A user, in a previous HTML page has inputted data into a form
2) They press submit and the data SHOULD be processed through a PHP form
3) I want that data to be entered into a database table. The database and table are fully set up.
4) The script will have created the user and the user will now be able to login.
Missing semi-colon on the preceding line (right before the last echo).
Tip: an "Unexpected [something]" error often means the actual error is before the line number cited in the error message. That line number and message just tells you where the parser got confused and "gave up."
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
Bookmarks