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 terrible complicated?
i wouldn't call it hard, as long as your willing to put in the time and effort to learn php and mysql (assuming you know html already). Probably take less that 200 lines of code. Best to start out on some basic tutorials for php and mysql
I actually do know how to write a connection string and write SQL statements to retrieve records and things like that. I was just wondering if there were any tutorials that I can be directed to (I've Googled until my eyes glued shut) that I can compare my own work with to stay in the right direction. I know that in a web page you can connect write a query and even update and delete records. There must be some security measures or things that you have to do to commit these changes? Cheers Clint
Not sure of the specific question you currently have? As for tutorials, you may need to take a broad approach and not expect there to be one on exactly what your doing, but on something similar and you may need to refer to several related ones.
Try using the forum search for something like 'user admin page': everything that you will need will have been gone oevr repeatedly on here.