Does anyone knows a php script where I can change and manage a sql database?
I want to create the database (if the script don't do that there is no problem) and then add new records to it.
Php script to work with sql database.
Moderator: General Moderators
Re: Php script to work with sql database.
PhpMyAdmin can be used to manage MySQL database.
PhpMSAdmin for Microsoft SQL server.
PhpPgAdmin for Postgre SQL
Search google for "YOUR_SQL_SERVER_NAME phpmyadmin" and it should come up with some good results.
PhpMSAdmin for Microsoft SQL server.
PhpPgAdmin for Postgre SQL
Search google for "YOUR_SQL_SERVER_NAME phpmyadmin" and it should come up with some good results.
Re: Php script to work with sql database.
an alternative to myphpadmin is "sql buddy" you can search it in google.