SQLAdmin is an SQL administration user interface for the Web. Its goal is to enable remote editing of tables stored in a SQL database. SQLAdmin is written in PHP and currently supports only mSQL (more databases support is planed).
The SqlCommand class is designed to provide a simple, effective, and yet powerful way to use Microsoft SQL Server stored procedures through PHP, with the aid of the PEAR database abstraction layer. It provides an object-oriented method of declaring and configuring stored procedures in your PHP code, performs strong parameter "typing" of all values passed to the database, and allows you to easily retrieve return and output parameter valuesfrom your stored procedures.
Writing and reading configuration for your scripts has never been so easy. Using MySQL as the backend and a minimal, automatically updated conf.php file, SQLconf provides a solution for all your configuration needs.
Very simple tool to issue SQLs to mySQL server.
You have combobox to select DB,
you have a textbox and send button.
Enter your query and see results in nice html table.
I find this little script very useful for web applications that need to automatically generate tables. I wrote it because I felt it was wrong to have a script execute create table SQL statements for tables that already existed.