Hello ppeps. i need to create an Administrator section on my website. The admin is supposed to "update", "delete" and edit users & contents.I would need some useful suggestions and help on how to go about it. You can pls help me with some codes too if possible. Thanks.
Well, should we all assume that the information you are looking to update is currently held in a database? How did the information get in the database? If you know the answer to the above question, it will make explaining how to modify and maintain that data easier. Did you create the site?
@absentx Yes i already have database set up with some dummy info. i created the db in phpmyadmin and i have successfully connected it to my site in dreamweaver. my users pages (register.php, login.php etc) are all working fine. all i need now, is an admin section. Thanks.