I started teaching myself PHP/mySQL a while back but then because of work and other obligations I had to take time off. I managed to create a form where martial artists register to compete in an event. The data collected by the form is then emailed to me and also stored in a mySQL database. I then made a page that displays the info from the database. The 1st page displays basic information on each martial artist (Full Name, Weight, Birthdate, Fight Record) then if you want to see all of the information that person filled out, you can click their name and it will open a page displaying everything that person filled out pulling that info from the database.
Here is the main page:
Here is what you see after clicking a name:
I want to create an admin page so I can edit the database and delete fighters if I need to...
Can anyone help or can you suggest any sites that may be able to help me?
|