HomebulletScriptsbulletTag: mysql (571 results)
  1. No Screenshot
    2151 total visits
    Bobo PHP DB Class can establish a connection to a MySQL database server host, execute SQL queries and retrieve the results into arrays. The identifier of the last inserted record can also be retrieved, and whether a given table exists can be checked. Requirements: PHP 4 or higher
  2. No Screenshot
    1626 total visits
    MySQL-class can be used to execute various queries and record their execution times. Key Features of MySQL-class:- Establish connections to a MySQL server to access a given database- Fetch query results into arrays- Retrieve data from a table with support for limiting the range of retrieved rows and the column by which the data is sorted- Retrieve a specific row ...
  3. No Screenshot
    2142 total visits
    The MySQLi extension functions are used to establish a connection with a MySQL server. MyEzSQL executes SELECT, INSERT, UPDATE and DELETE queries from lists of arguments that define the tables, fields, field values and condition clauses. Requirements: PHP 5.0 or higher What's New in This Release MyEzSQL: - New function has been added so no more editing the class file ...
  4. No Screenshot
    1508 total visits
    Several classes provide access to MySQL database tables in order to create, read, update and delete database table rows as if they were objects. Requirements: PHP 5.2.9 or higher
  5. No Screenshot
    2166 total visits
    Simple db class is able to execute arbitrary SQL queries. Key Features of Simple db class:- Connect to a MySQL database server host- Execute INSERT, UPDATE and DELETE queries passing only the table name and the values of the fields, values and conditions Requirements: PHP 5.0 or higher
  6. No Screenshot
    2064 total visits
    Session Handler Class can store the identifier of a given authenticated user and a session data string in a MySQL database table. A user identifier and the session data string can be retrieved into session variables. Session Handler Class can also delete specific user sessions from the MySQL database table or just the sessions that have expired. A separate table ...
  7. No Screenshot
    1419 total visits
    mSess is an alternative PHP session handler that uses a MySQL database to provide persistent sotage instead of files in the server's temp folder. mSess PHP Class is great for use on shared hosts where you may not want to expose sensitive $_SESSIONS data to other hosted websites sharing the same temp folder. Features of mSess PHP Class:- MySQL as ...
  8. No Screenshot
    1478 total visits
    Simple MySQL wrapper is a set of static functions implement several types of database access functions. Key Features of Simple MySQL wrapper:- establishing connections- executing queries- retrieving results- checking- creating- dropping tables- get table column information- importing- exporting data from tables Requirements: PHP 5.0 or higher
  9. No Screenshot
    1634 total visits
    pop3ml can check a POP3 account for messages with request from users subscribe and unsubscribe from the list. The subscribers list is stored in a MySQL database table. pop3ml can also queue messages for delivery to the list subscribers using a remote SMTP server. List moderation and access control is also supported. Requirements: PHP 5.0 or higher
  10. No Screenshot
    1850 total visits
    A specified MySQL query is executed and the results are displayed in an HTML table with the help of Paging Object. The table has links on the columns to redisplay the results sorting by respective column. The listing may be split on pages of a limited number of results per page with links to browse other listing pages. It is ...
  11. No Screenshot
    1493 total visits
    There is one base HTML document class and several other classes to abstract different types of HTML elements. There is also one class to generate HTML documents from MySQL database queries. Complex HTML documents can be generated by combining the output of these classes. Requirements: PHP 5.0 or higher Limitations: The code and the comments are in Italian.
  12. No Screenshot
    2152 total visits
    Reduced MySQLi is composed by two classes:- one class is handling the MySQL database access and makes sure that only one connection is active during the script execution.- Another class implements other database access functions like executing queries with prepared queries, measuring the time the queries take to execute, retrieving query results into arrays, the number of result rows, last ...
  13. No Screenshot
    1715 total visits
    There is one class that can execute SQL SELECT queries in either MySQL, PostgreSQL and SQL Server. Then tGrid can generate an HTML table with the query results. The secondary class can generate links to browse paginated query results. Requirements: PHP 5.0 or higher
  14. No Screenshot
    1934 total visits
    Statistics about the connection and variable values can also be gathered by Best MySQL Class. Key Features of Best MySQL Class:- Connect to a given MySQL server and access given database- Execute SQL queries- Retrieve any errors, the number of affected rows, last inserted identifier, number of result columns and rows- Retrieve the query results into arrays or objects- Get ...
  15. No Screenshot
    2181 total visits
    Usenet Downloader is composed by three classes:- one class is a generic NNTP class that can retrieve listings of groups, listing of group articles and the articles headers and bodies.- other class that can retrieve listing of groups from several different sites and insert the listings on a MySQL database table.- another class can look for the groups stored in ...
Pages 13 of 39« 9 10 11 12 13 14 15 16 17 »