sqlite update

Mega Class Database (sqlite) v 1.0

Mega Class Database (sqlite) v 1.0

Mega Class Database (sqlite) v 1.0 Use every feature of sqlite in PHP . Main Features: 1. sqlite Compatible with:sqlite 2.8.2+. 2. Easy to Use, clean, easy to understand code. 3. Access sqlite Database without any knowledge of sqlite. 4. Uses Associative array of data to insert and update rows in the database table. 5. Optional escape string feature to avoid sqlite Injections. 6. Automatically Creates Prepared Statements. 7. Select Rows, Colum...

PDO CRUD Class

PDO CRUD Class

This small class will save you time by providing CRUD methods for quickly building SQL query statements. This can be used and integrated into any existing project with ease. Also, it is great at handling exceptions when SQL errors are produced. System Requirements PHP 5 PDO Extension Supported PDO Driver(s) – PDO_SQLITE, PDO_MYSQL, PDO_PGSQL Usage require('class.db.php'); // Create $bind = array( ":id" => $_POST['user_id'], ":user" =&...

PHP Pagination Class

PHP Pagination Class

The PHP Pagination Class is a pagination class that’s super modular. It can be implemented with any PHP supported database engine, it’s very easy to customize and implement, supports two displays by default, has multicolor design schemes, and more. The PHP Pagination Class implements with any setup with ease and blends well anywhere and everywhere in your site. The HTML-strict template the class is coupled with provides direct customization...