-
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 ...
-
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 ...
-
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
-
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.
-
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 ...
-
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.
-
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
-
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 ...
-
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
-
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 ...
-
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 ...
-
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 ...
-
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
-
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
-
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










