dahrius1 Posted October 6, 2009 Share Posted October 6, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/176642-mysql-admin-page/ Share on other sites More sharing options...
PugJr Posted October 6, 2009 Share Posted October 6, 2009 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? Quote Link to comment https://forums.phpfreaks.com/topic/176642-mysql-admin-page/#findComment-931293 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.