maleftball
Technical User
I have a simple form with firstname and lastname. The submit buttons goes to a php file which added it to a data base. My issue is that all variable are saved to the first variable and saved separately.
Example:
Form Set Up
First Name: Malik
Last Name: Doe
MYSQL Table Data
First Name: maliklastname=doe
Last Name: Null
Any thoughts?
Example:
Form Set Up
First Name: Malik
Last Name: Doe
MYSQL Table Data
First Name: maliklastname=doe
Last Name: Null
Any thoughts?