I am a ultra noob and could really use soem help. WHat I am trying to do is simple. I have an SQL table named: "tsign_demo"
This table has the following fields:
fname
lname
nick
email
squad
I want to have a form that when a user inputs the fields, it populates the table and validates that there is a fname, lname, and email.
Then, I want another form that will display fname, lname, squad, and nick
I am able to modify existing php documents, but creating a new one I am unabel to do with my current skills.
Any help would be greatly appreciated.
This table has the following fields:
fname
lname
nick
squad
I want to have a form that when a user inputs the fields, it populates the table and validates that there is a fname, lname, and email.
Then, I want another form that will display fname, lname, squad, and nick
I am able to modify existing php documents, but creating a new one I am unabel to do with my current skills.
Any help would be greatly appreciated.