View Single Post
Old 08-06-2005, 12:12 PM   #1 (permalink)
vvaldir
Junior Member
 
Join Date: Jul 2005
Posts: 18
Default 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.
vvaldir is offline   Reply With Quote
Sponsored Links