Hi everyone,
I'm cureently working on a project for computer calss,we are building a website... it's on locachost.
so I came across something I couldn't figure how to create.
Basically I need to create an admin page , which Enables me to see all the users and delete\update their information.
I'm on the half way and i''m pretty stuck.
What I've done :
Made the session thing so that it ensures I'm an admin.
I was able to show in a table all the users from my database.
What I need to do:
Make a Radio button near every user, the one that is checked,is the one that the button "delete" will affect on, and it will IT from the database.
also the user that is checked by the radio button, will be also affected by the Update button , which will open a windows same as the registration window but with all values enterred, and just some things to change.
(I want to make the users' data Changeable "LIVE" in the table of the users' data , but it's hard, so I'll pass on it)
So any body with Ideas?
I don't know how can I make using the radio button, to point out exactly which user to delete.
Any help is appreciated
thank You,
Jc