week discussion

Job ID: 32122371

Budget: $10 – $30 USD

I would like you using thee two tables you created last week create two php scripts:

The first will create a form that allows the user to enter a student ID. Once the ID is submitted the script using a SELECT statement will check to see if the ID is found within your student DB table. If it is found then a session variable should be created for the ID and and your script should redirect to your second PHP script
The second script will print out a table of the student's information using the SELECT/INNER JOIN query we created last week. Make sure you have a HOME/BACK button.
Related categories: PHP JavaScript AJAX MySQL HTML