Php script to work with sql database.

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Casteloes
Forum Newbie
Posts: 1
Joined: Sat Jan 03, 2009 6:11 pm

Php script to work with sql database.

Post 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.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Php script to work with sql database.

Post 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.
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Re: Php script to work with sql database.

Post by it2051229 »

an alternative to myphpadmin is "sql buddy" you can search it in google.
Post Reply