HomebulletScriptsbulletTag: query (433 results)
  1. No Screenshot
    2370 total visits
    sqlCache API Library is a free PHP cache script created to increase database application performance by avoided to access databases to retrieve the results of queries being executed repeatedly. It can be used to cache the results of SQL database query results in file.This script provides an API that encapsulates the execution and caching of SQL database queries that maybe ...
  2. Mysqli Wrapper
    76 total visits
    Mysqli Wrapper is a PHP script for running short, secure database queries. It allows developers to quickly setup a MySQL database connections run their query in a safe environment, return the results and close the connection. Features of Mysqli Wrapper:- A single 6 characters function- It's secure against SQL injections because it's parameterized- Returns an array- Easy migration from the ...
  3. PHP Minecraft Query
    396 total visits
    PHP Minecraft Query is a PHP script for querying Minecraft servers and can be used to fetch server details, map name, active plugins, player list, maximum capacity and more. A demo is included with the download package.Requirements:- Minecraft Beta 1.9 Pre-Release 4 or Higher
  4. MySQLi_Query
    113 total visits
    This script is created to avoid the repetitiveness associated with mysqli prepared statements. It can be seen as a mini framework for running queries. It creates a database connection and accepts queries through the execute method. The execute method parameters are an sql statement, followed by the necessary bind variables.
  5. No Screenshot
    149 total visits
    This is a PHP script for querying the Steam Community, Source, GoldSrc servers and Steam master servers. Features of Steam Condenser:- Server queries- Query Steam's master servers to receive a list of available game servers- Query game servers based on Valve's GoldSrc and Source engines for information- Use RCON to control game servers- Acquire information from the Steam Community about ...
  6. QueryBuilder
    204 total visits
    QueryBuilder is a PHP Script to buid MySQL SELECT queries without the overhead of passing strings between functions. It can also be merged together for easy query modification, with an optional PDO database connectin to directly execute the query.
  7. XML-RPC DB
    93 total visits
    This is a PHP script to execute database queries via an XML RPC interface. It reads XML data from a XML-RPC request, extracting from it the database user name, password and the query to execute.The script executes the requested query and returns the results as XML-RPC response.Requirements:- PHP 4.0 or Higher
  8. PHP MySQL Caching Wrapper
    396 total visits
    This PHP script is mainly used to execute MySQL queries and cache query results in files. It connect to a MySQL database server and run given SQL queries from a list, then retrieve the query results and store them in cache files. It will return the cached queries on Database connecton errors and handle events like sending mail on database ...
  9. Easy Query
    329 total visits
    This PHP script is mainly used to execute common SQL queries which are read from parameter lists. It can perform SELECT, INSERT, UPDATE and DELETE queries using parameter values that define table names, fields, field values, condition, order, group and limit clauses. It can also retrieve query results into arrays.Requirements:- PHP 5.0 or Higher
  10. No Screenshot
    557 total visits
    Query Paging is a PHP solution to show links to browse listing split in multiple pages. It parameters the number of listing rows and the number of current page, and then generate links to browse to the next, previous and intermediate listing pages.Users can limit the number of entries per page as like, and the links presentation style can also ...
  11. No Screenshot
    367 total visits
    LINQ In PHP can be used to query arrays with a SQL-like syntax using LINQ. It takes an array as parameter and can perform several types of queries using an SQL-like syntax as if the array was a relational database. Currently LINQ In PHP can perform only SELECT, INSERT, UPDATE and DELETE queries. What's New in This Release Version 1.6.0 ...
  12. Tabela class
    498 total visits
    Tabela script can be used to show MySQL query results in an HTML table. It can build an SQL query from a list of table fields and executes it. The script creates an HTML table to display the database query results. It also displays links to browse results split in multiple pages, showing up to a given limit of records ...
  13. nbrecs class
    442 total visits
    Nbrecs class can be used to extract and list MySQL database table information. It can query a given MySQL database to extract table status information. The script can generate an HTML table on which it displays the retrieved table status information like the table names, number of records, next increment, sizes, comment and last modified. Requirements: PHP 4.0 or higher
  14. No Screenshot
    436 total visits
    This script can be used to display data from MySQL, objects or arrays in HTML tables. It can generate an HTML table with cells that contain data retrieved from MySQL query result rows, arrays or objects. Objects and arrays can be traversed recursively if they contain array values. Requirement: PHP 5.0 or Higher
  15. No Screenshot
    434 total visits
    This class can be used to MySQL database access wrapper. It can establish connections to a MySQL, execute SQL queries, retrieve query results, retrieve the last inserted identifier, the number affected rows, retrieve the tables list and table fields and execute INSERT, UPDATE, DELETE queries from lists of parameters. Requirement: PHP 5.0 or Higher
Pages 1 of 29« 1 2 3 4 5 »