Question: PHP Programming 1a) Create an HTML form to request for email, firstname and lastname, and password. A submit button should be available to update a
PHP Programming
1a) Create an HTML form to request for email, firstname and lastname, and password. A submit button should be available to update a user table in a MySQL database. Name this module login.html.
1b) Create a second HTML form that will be link from the login.html if the user wants to register for the first time. The second form is named register.html.
1c) Create PHP modules to handle the login form and the register form. They should be called login.php and register.php respectively.
1d) Create a csc350a database with one table named user. The attributes include email, lastname, firstname, password and active_ind.
1e) Test the forms without the database connections first.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
