Jump to content

MySQL Admin Page


dahrius1

Recommended Posts

I have made a simple user account table and a table that contains uploading images that users have sent me. Myself and another person are administrating the site and I am the only one with access to the MySQL Admin page. I want to create an administrator page that I can delete or add users and/or their uploaded images in a web browser without resorting to the MySQL Admin page. Is this easy or terribly complicated?

 

Ex: UserID, User | ImageID, UserID, Image

Link to comment
https://forums.phpfreaks.com/topic/176642-mysql-admin-page/
Share on other sites

If your database is already set up with the columns you want and what not, its rather simple. All you would have to do is make a login page, check if it matches your id or your friend, then just have a few entry fields that you type in, submit, and then you insert the content into the database.

 

Is there anything in specific you need help with?

Link to comment
https://forums.phpfreaks.com/topic/176642-mysql-admin-page/#findComment-931293
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.