HomebulletScriptsbulletTag: query (436 results)
  1. No Screenshot
    1809 total visits
    Argument values that define tables, fields, field values and condition clauses can be passed to INSERT, UPDATE and SELECT queries. Requirements:PHP 5.0 or higher
  2. No Screenshot
    1379 total visits
    DBConnect by Easanka can be used to call stored procedures. Key Features of DBConnect by Easanka:- Establish database connections to a MySQL database server host- Execute SQL queries and retrieve the number of result rows- Manage transactions Requirements: PHP 5 or higher
  3. No Screenshot
    2147 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
  4. No Screenshot
    1622 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 ...
  5. No Screenshot
    2137 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 ...
  6. No Screenshot
    1505 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
  7. No Screenshot
    2164 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
  8. No Screenshot
    1475 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
    1857 total visits
    The parameters are defined programatically and specify tables, fields, value conditions etc. Currently PDO_DB can execute select queries to retrieve results into arrays, insert or update records into a table from values passed in an associative array, and delete table records that match a given condition. Requirements: PHP 5.0 or higher
  10. No Screenshot
    1491 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.
  11. No Screenshot
    2084 total visits
    Classe Paginazione takes as parameters an SQL query, the number of results display per page and the name of request variable that will be used to pass the number of the page to browser in the links. The Classe Paginazione executes the query to retrieve only the results of the current page and stores the results in a class variable. ...
  12. No Screenshot
    2145 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
    1910 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 ...
  14. No Screenshot
    1434 total visits
    MySQLDropDownCondiff connects to a given MySQL database and executes an SQL query. The values returned as query results are used to generate the HTML for the form select input. Requirements: PHP 3.0 or higher
  15. No Screenshot
    1637 total visits
    PDO connection and multi pagination can generate links to browse the results of a given database query assuming a given limit number of results per page. A form to go directly to a predefined page of the search results can also be generated. PDO connection and multi pagination can also generate navigation links with letters that specify the first character ...
Pages 5 of 30« 1 2 3 4 5 6 7 8 9 »