This class makes it possible to use Mysqli class in a not Mysqli supported php hosting. It is a handwritten mysqli class. So you can use Mysqli class without installing Mysqli extention. It has almost all functionality of the real MySQLi Class. If you are getting “Fatal error: Class ‘MySQLi’ not found”, this is solution. Just include my_mysqli.php and use mysqli class without any server configuration. It’s quite easy. How to use it : It’s v...
Use every feature of MySQL in PHP without writing a single query. Features: 1. Easy to Use. 2. Access MySQL Database without any knowledge of MySQL or SQL . 2. Uses Associative array of data to insert and update rows in the database table. 3. Optional escape string feature to avoid SQL Injections. 4. Properly documented with examples and comments. Documentations:http://redhawk-studio.com/demos/docs/mysql/
Burner CMS Burner CMS allows you to simply define data models and manage data right away. Get it now and save! Note: The Burner CMS API uses an improved version of this library. PHP MySQL Query Builder Library A PHP 5 library that allows you to easily create and run both simple and advanced MySQL queries in an object-oriented fashion, without using any SQL and without sacrificing functionality. Query types supported include: Select Join I...
Fully management datagrid that synchronizes information with your database tables, without needing for you to write any SQL line. Easy to use but still providing flexibility if you need (over 20 parameters). MySQL natively, and Oracle, PostGres and SQL server via ODBC. Full-text search feature. Pagination! You use formatters to configure columns. Like “WYSIWYG”, “calendar”, “checkbox”, “input”, “file”, etc. If you want you can use custom forma...
Mega Contact is a versatile and flexible Ajax contact form builder created from the ground up. It allows you to quickly construct an Ajax contact form and incorporate it into your page. Both, front (JQuery) and back-end (PHP) are written in an Object Oriented style that allows for extensibility and code reuse in an efficient manner. With the exception of the reCaptcha service by Google, Mega Contact does not use any third party code or plug...
MyJSON is a PHP5 Class, with it, you are now able to: Create JSON string from a MySQL Query Insert JSON content into a MySQL Table Create/Insert will work as export! So you is a new experience on backups: with JSON ! The JSON created can be indented or not, you choose Easy to get class-failure errors Examples of both functions are included Examples Creating JSON from MySQL query:echo $json->SQLtoJSON("SELECT * FROM your_table"); Creat...
With this PHP5 Class you are now able to: Create an XML file from MySQL Query Insert all XML Content into a MySQL table Create/Insert work as Export/Import! So you have php-friendly way to backup data of a table Create sitemap from a full MySQL table or just a query Easy way to get class-failure errors Easy way to display generated xml (with or without header) and save the data into .xml file Full examples included Examples Creating XML from...
Database Code Generator Version 5 is here! Updated to 5.1.0 on 8/2013 Updated to 5.0.4 on 6/2013 DBCG was built to save time when working with a database. It automatically creates all kinds of outputs for you at the click of a button! Even Ajax forms!! In a cliff-notes fashion here’s what this script does. It hooks into your database and generates HTML and PHP code that you can copy and paste into your project. Instead of having to write a f...
This is a PHP5 Class-Helper that will allow you to make MySQL actions more easy, without too much lines. You will use like only 70% of classic code, and the syntax is more easy. Here you can see some examples: $mysql = new EazSQL('host', 'username', 'password', 'database'); // VS Old (classic) method: $mysql = mysql_connect('host', 'username', 'password') or die ('Mysql error, connection'); mysql_select_db('datababse', $mysql) or die ('Mysql...
CSV MANAGER is able to: 1. Import a CSV file to a MySQL table; 2. Import a CSV file to an Array; 3. Export a MySQL table to a CSV file. It is also able to: 1. Export CSV files to a HTML table (so you can print it). This is a kind of Easter egg; 2. Multitasking, it can do all the functions at the same time. You can import a CSV file, change it (changing the result array), save it to DB and return it as a file; 3. It will prevent SQL Injectio...