HomebulletScriptsbulletTag: mysql (571 results)
  1. No Screenshot
    1554 total visits
    FX.php is a PHP class which combines the ease-of-use of FileMaker with the power of PHP. In the latest release, FX.php allows access to every version of FileMaker since version 5, and preliminary support has been added for MySQL. FX.php is designed to give FileMaker users the advantages and flexibility of using PHP. In addition, the new MySQL support adds ...
  2. No Screenshot
    1991 total visits
    PHPDBX is a set of PHP classes that provide means of managing data from adatabase. Currently Firebird and MySql DBMS are supported.
  3. No Screenshot
    2655 total visits
    POG - PHP Code Generator can be used to generate classes that map data in relational database tables in PHP objects using the Active Record design pattern.It can generate scripts optimized to work under PHP 4, PHP 5 or PHP 5.1.The generated scripts can work with PDO or POG database API supporting different databases like: MySQL, PostgreSQL, FirebirdSQL, SQLite and ...
  4. No Screenshot
    2281 total visits
    PHP Class Collection project provides different classes written in PHP 5. DirectoryList is offered in this free script with the purpose of recursive projection of the filesystem (sub-)tree in an object. Email class included is to easily create emails with attachments. FTPConnection provided for FTP access without using PHP's FTP-functions. HTTPConnection for HTTP access without using CURL. MultiSQL for easily ...
  5. No Screenshot
    1543 total visits
    MySQL Database Optimizer is a PHP script that allows you to optimize all tables of a given MySQL database.
  6. No Screenshot
    1411 total visits
    Php_mysql_fetch_all is absurdly simple but utilitarian function returns a numeric array of associative arrays containing an entire result set.
  7. No Screenshot
    1954 total visits
    Distributed Session Manager can be used as a replacement to the default PHP session manager class to store and retrieve sessions in distributed MySQL servers. It retrieves a list of MySQL server hosts from a configuration file in the INI format. A random host is picked from the list to connect when it is necessary execute MySQL queries to store, ...
  8. No Screenshot
    2156 total visits
    This class Small MySQL Connection is a very simple wrapper to access a MySQL database. Functions of Small MySQL Connection:- Establish database connections- Execute manipulation queries and return the number of affected table rows- Execute an SQL SELECT queries and return the result set data in a bi-dimensional array- Execute an SQL SELECT query and return a single value if ...
  9. No Screenshot
    1568 total visits
    The DBI class is MySQL database access wrapper. DBI class can establish database connections, execute SQL queries, retrieve the query result set data, present SELECT query information details like the time it took to execute and the returned result rows. The comments in the code are in Spanish.
  10. No Screenshot
    1991 total visits
    UtilsClass for phpLib, provide 4 methods to select, insert, update and delete data from database. UtilsClass is really a simple work, but it was helpful to me, so I thought to make it available. Requirement:phpLib properly installed.
  11. No Screenshot
    1685 total visits
    EasySQL classes provides the same interface to compose and execute SQL queries to access several types of SQL databases: MySQL, PostgreSQL and SQLite. The script provides simple methods that will help to compose and execute SQL queries of the types: SELECT, INSERT, UPDATE, DELETE and TRUNCATE. EasySQL classes can be easily extended to implement the same interface to access other ...
  12. No Screenshot
    1542 total visits
    Database Connection is a very simple MySQL database access wrapper. The script can establish persistent and non-persistent connections, set the current database, execute an SQL query and return its result set resource handle, free the result set and close the connection. Database Connection also allows persistent setting, and saving of the result resource.
  13. No Screenshot
    1567 total visits
    MySQL Model can be used as a wrapper to provide an object oriented access to MySQL database table rows. It retrieves table metadata to determine the names and other properties of table columns to map them to object properties. The script MySQL Model provides mechanisms for finding, creating, modifying and removing table records. Additionally, it allows for lazy joins of ...
  14. No Screenshot
    1967 total visits
    SQL Revealer is a simple class for show all the data content stored in a MySQL database for when it is not possible to use a more powerful tool for this purpose like phpmyadmin or a similar application. SQL Revealer retrieves all tables of a given MySQL database and outputs the data from each database table using HTML tables with ...
  15. No Screenshot
    1667 total visits
    BaseDB is the excellent oo base class for mysql interaction. worth looking at. You must use this as a base class and extend your classes which map to a table name. Your tables must have a 'id', 'created' and 'modified' field to work properly and the class takes care of the rest. check it out.
Pages 9 of 39« 5 6 7 8 9 10 11 12 13 »