I've got two problems, first, I am using a php form to interact with a MySQL database - the problem is, it will not insert the data.
Second, I have a radio button on the form (ie: yes/no question), the form gets a parser error when I try to run it. (Note, currently, this is commented out on my form).
To get a copy of what i've done:
go to: www.ucalgary.ca/~myuen/index2.html.
The problem is, i've got my php form to come up fine but when I enter in data and press the "submit" button. The form does not enter the data into my database.
Here's what i've done so far:
- I am sure all the variable names (ie: $CFirstName) exist in the database
- I am sure that the database and the table i'm trying to insert data in exist
- I've made sure all the semi-colons, etc are where I think they should be.
Thanks,
Mike