I have this form that contains about 13 fields.
Whn I hit submit all the information is transfered in a MySQL database.
I am having a small problem!!!!!!!!!!!!!!!
3 of the fields are dropdown lists.
Only some of the information from the dropdown lists is being transfered into the database. All the other fields are transfering over as expected.
For example, one of the lists contains names. If I select Michael Mouse, then only Michael is transfered across. It is only transfering the information up to the 'space' character.
Can anyone give me any clues
Thanking you in advance for any help received.
Whn I hit submit all the information is transfered in a MySQL database.
I am having a small problem!!!!!!!!!!!!!!!
3 of the fields are dropdown lists.
Only some of the information from the dropdown lists is being transfered into the database. All the other fields are transfering over as expected.
For example, one of the lists contains names. If I select Michael Mouse, then only Michael is transfered across. It is only transfering the information up to the 'space' character.
Can anyone give me any clues
Thanking you in advance for any help received.