jpmad4it2005
Programmer
hello
i have a HTML form (which the user completes) that submits the information in it to a PHP script which then compiles the information and enters it into a database. It does this by using the POST method. The problem is not all the data is being passed to the Database. I have noticed that the fields which have data missing from them is where the form is of the drop-down list type e.g. title -> mr, mrs, miss, Dr. Can anyone tell me what i need to do to pass the drop-down list information to the PHP script and then to the database? all the other information in the form is being passed totally fine.
any help will be great
J
i have a HTML form (which the user completes) that submits the information in it to a PHP script which then compiles the information and enters it into a database. It does this by using the POST method. The problem is not all the data is being passed to the Database. I have noticed that the fields which have data missing from them is where the form is of the drop-down list type e.g. title -> mr, mrs, miss, Dr. Can anyone tell me what i need to do to pass the drop-down list information to the PHP script and then to the database? all the other information in the form is being passed totally fine.
any help will be great
J