Hi, I am working on a project for a MySQL class, and I am creating a sample database in which I need to create a table, add info to this table (name, email, etc.), view the table, and update fields that already exist on the table, using PHP. I have the first three working, but I am having trouble updating fields. I want to be able to enter a name in an html form, and enter information in text boxes to replace the existing information in the database.
My files are located here:
http://nemo.mwd.hartford.edu/~bbarr/IIT310/Final/FinalPHPDB/
This one creates the field:
http://nemo.mwd.hartford.edu/~bbarr/IIT310/Final/FinalPHPDB/dataEntry.html
This views the info:
http://nemo.mwd.hartford.edu/~bbarr/IIT310/Final/FinalPHPDB/retrieveDisplayAll.php
I want to be able to edit the four fields. Any help or input would be great. I may have explained this in a confusing way, so I'll try and clarify if you have any questions. I am not much of a programmer, I focus on the design aspect of my web design major, but I figured this stuff would be good to have at least a working knowledge of.
Thanks for looking!
My files are located here:
http://nemo.mwd.hartford.edu/~bbarr/IIT310/Final/FinalPHPDB/
This one creates the field:
http://nemo.mwd.hartford.edu/~bbarr/IIT310/Final/FinalPHPDB/dataEntry.html
This views the info:
http://nemo.mwd.hartford.edu/~bbarr/IIT310/Final/FinalPHPDB/retrieveDisplayAll.php
I want to be able to edit the four fields. Any help or input would be great. I may have explained this in a confusing way, so I'll try and clarify if you have any questions. I am not much of a programmer, I focus on the design aspect of my web design major, but I figured this stuff would be good to have at least a working knowledge of.
Thanks for looking!