Page 1 of 1

Php script to work with sql database.

Posted: Sat Jan 03, 2009 6:19 pm
by Casteloes
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.

Re: Php script to work with sql database.

Posted: Sat Jan 03, 2009 6:42 pm
by kaszu
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.

Re: Php script to work with sql database.

Posted: Sun Jan 04, 2009 12:58 am
by it2051229
an alternative to myphpadmin is "sql buddy" you can search it in google.