PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Using a PHP page is it possible to create my own user freindly GUI to add records to my MYSQL database. I currently do this by logging into PHP MY ADMIN and doing lots of stuff in there. Sometimes i use MySQL Control Center.
what exactally do you want to do? if you just wanna add a record into a table then just have a html form that posts data to a php page where you insert it into the table with a mysql query. if you want to rewrite phpmyadmin i would not recommend it. be a little more specific please
Basically, i want a page whether it be written in HTML or PHP, that you can choose from drop down menus which table to put the record into, then submit it to the database table.
I dont want to re-write phpmyadmin or anything big like that.