|
MySQL Dialog is a simple
MySQL database access
wrapper class to execute SQL
queries and display the
results in HTML tables. The
class connects to a MySQL
server, sends SQL
statements, and gets the
results as an array. A table
with the data from the
result sets can also be
displayed. The class may
optionally return error
messages on failure based on
the mysql_error() and user
defined error messages.
Date: Nov, 30 1999 |