PHP form for entering data to MySQL database
Hello,
I am a newbie to php & mysql. I have added a database with my web host. Using phpmyadmin I have created five fields for learning. The fields are named. (rec_id, first_name, last_name, some_field, notes.)
rec_id = primary key with auto_increment
first_name, last_name, some_field = VarChar with length 60
notes = text
What I want to do now is create a php form that will allow me to enter data into the database and then view the record added to verify it using php script also. I would like a script to view the last entry into the database.
Any help is appreciated.
|