Mysql record set Support forum mysql_recordset MySQL Recordset handling This class gives you the possibility to navigate through MySQL record sets and manipulate the stored information. It just takes a SELECT statement and the class takes care of the other operations that you may want to perform ...
rs2csv Support forum rs2csv Convert a MySQL record set to a CSV file. This class can be used to convert a result set which has been generated by PHP's built-in MySQL functions to a comma separated values (CSV) file. Example script 1 Example script 2 Example script 3 Readme file Main class file Site ...
mysqlRecordSet Support forum mysql_access Creates MySQL connection and record set objects Classes to create a MySQL connection and record set objects with support for error reporting. objects, functions small example script, for using record set object Site Meter
Simple record set Support forum simple-record-set Get and show record sets with different databases This class can be used to get and show record sets with different databases. It provides a common interface to access different types of databases and execute SQL queries, retrieve query results and ...
MySQL RecordSet Support forum recordset Manage and log query, valid SQL sentence and more Provide automatic erase by ID, erase by Array, check SQL between other functions. The MySQL Connection is required Manage and Log query with other functions Functions to manage Date Site Meter
GV RecordSet Class Support forum class_recordset Retrieve database query result records This class can be used to retrieve database query result records. It opens a connection to a server of one of the supported database types and executes a given SQL query. The class retrieves the results into ...
... XML in MySQL and export MySQL to XML Insert XML in MySQL and export MySQL to XML. The class XMLFile and my other class such as MySQL Connection, MySQL RecordSet and MySQL Log are required. Insert XML in MySQL and transform MySQL in XML using XMLFile class Class by Chris Monson required by my class ...
... License base SQL command interface class Base mysql connection class Base result handling class Extra TOOLS interface Documentation for mysql_conn, mysql_recordset and mysql_command An example of log data generated by the classes Site Meter
... MySQL Log Support forum log Add and show log from connection and query Add and show the log provide by other classes such as MySQL Connection and MySQL Recordset Add and show log to MySQL Connection and MySQL Recordset with my other class Site Meter
... basic_basket Support forum basic_basket Basic Shopping basket system Basic shopping basket class. Requires mysql_db advanced classes (mysql_conn,mysql_recordset,mysql_command) and is cookie based to keep track of session info (works with php3) Changes units for a product in a client' session basket ...