Need help with a code

I have this project…any help I’d appreciate.

GENERAL INFORMATION:
Below is the current table structure for ‘members’:

ID: id (autoincrement)
First Name
Last Name
Phone Number

PUT YOUR NAME HERE PLEASE:

PART 1:

* Below, write the PHP code to insert a first name, last name, and phone number

into the ‘members’ table. Use an HTML form to collect this information, then store it to the ‘members’ table.
//
*/

/*
PART 2:

* Below, write the PHP code to retrieve the previously inserted record from the

‘tests’ table and display it in the browser.
//*/

Okay … so what’s the issue? Are you getting any errors? What do you have so far?

Seems like a “write-me-a-script” request to me :stuck_out_tongue:

http://www.php-mysql-tutorial.com/mysql-insert-php.php
http://www.php-mysql-tutorial.com/php-mysql-select.php
Sponsor our Newsletter | Privacy Policy | Terms of Service