SimplytheBest Database Scripts
The simply the best collection of database scripts
The 8 best database scripts
This solution helps you to use listboxes in multiple records and to update the database using Ajax when the selection of a listbox changes. Thereafter it will show a temporary message under the listbox. |
To extract a random record from f.e. a MySQL table you can use this sample PHP code to get you going. The snippet uses rand() to generate a random number and LIMIT to select the record from the SQL table. |
SleekDB is a simple flat file NoSQL like database implemented in PHP without any third-party dependencies that store data in plain JSON files. |
PHP snippet to connect to a MySQL database using a file for the connection and an include statement in the page needing to connect. |
This is a PHP snippet that shows how to extract the latest additions (What's New) from a MySQL table using PHP. |
A database client working via the browser. Simple, intuitive and easy database admin tool for MySQL, PostgreSQL, SQLite and CUBRID. |
A no-frills chainable interface for constructing mutable MySQL queries procedurally in Node.js. |
The Apache Cassandra NoSQL database is the right choice when you need scalability and high availability without compromising performance. Data is automatically replicated to multiple nodes for fault-tolerance. Replication across multiple data centers is supported. |