And a database the contains the fields user_id (Primary key) (Auto-Increment), firstname,surname, username, password.
Ok I what need to know is how I would be able to insert the data typed into the text boxes into my database using PHP, with the data going into the correct fields when the submit button is clicked. And the user_id being able to Auto-Increment itself.
Please any help would be greatly appreciated thankyou so much for you time