This is a professionnal grade MySQL database framework that we have developped and improved for years. It enables you to avoid writing and re-writing all the repetitive SQL queries and all the fetch arrays, help protect you against SQL injections, and offer you a very robust, but simple way to interact with your MySQL 5 databases. Features: - Fully object oriented (use classes) - Use one class file per database table - Automatically ...
Butterfly Query Admin (BQA) is a drop-in, plug-and-play, paste-and-use alternative for phpMyAdmin, faster, lighter and skinnable. It is a database management tool with all required options, without the bulkiness and hassle of other tools. This script is entirely written in PHP . It does not need a MySQL database, and can be dropped in without prior installation. You can use this script on any PHP -enabled server, by simply placing the “bqa”...
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...
Easyforms allows you to automatically generate forms from MySQL tables, process submitted forms to add data into the table, and generate paginated HTML tables to gracefully output your database to your web pages. Forms and tables generated with Easyforms are flexible, allowing you to change field names and remove fields that you don’t need. They are also protected from SQL Injection attacks, allowing you to use Easyforms for any kind of for...
With form processor you can convert a static form into a working form in less than 5 minutes. For the moment it has 2 buildin handlers to send the form content with mail or to save the content in a CSV file. But with a bit of PHP knowledge you can easely write your own handlers. Look at the example video and see how easy it is to use and implement. Features Convert static forms to a working one Form validation (email, url, required, phone, ...
MyOM is a distribution of 4 classes wich will help you to work with the database(MySQL) in terms of class instances instead of recordsets. It isolates database layer from the business logic. It will help you to store database queries in simple xml files and it isolates database api from your application code. You code will be more readable, more beautifull, object oriented, more easy to support. it is very easy to connect with the database, ju...
Create user sessions with this easy to use class. Each session is stored in a database and is locked to the current browser and ip address. Create Sessions Destroy Sessions Create Session Variables Access Session Variables Delete Session Variables View session data array Example // Include the class require('session.php'); // setup database array $config = array( 'host' => 'localhost', 'user' => 'root', 'pass' => 'root', ...
If you want to store data in a file this class is the perfect solution, you can easily manage the data with no knowledge of how to store it required. You can use this system to create a comments system or blog, or any system that would typically need a database with a few simple files. But don’t think of it as something for people with no MySQL access, you could also use Data File to store config information for your project such as the databa...
Simple user system based on MySQLi using prepared statements for better security. Developed in PHP 5 .3. Passwords are prefixed with random salts and SHA1 hashed. Last activity update functionality. Flexible user information capabilities. Easily integrated into an administration interface. Complete with reference to methods and members of the object, samplefiles to review basic functionalities and a simple install script to help you se...
Google Charting Wizard for MySQL helps you drill down data to Google Chart from your MySQL database directly; Features: 1. Nice ajax powered wizard; 2. Support joined table datasource; 3. Filter data from datasource on the fly; 4. 3 chart URL : cached url on your own server, fresh url, Google Chart API URL Support Any question about me and my scripts, please let me know. We’d like to help Email : support@tmworks.org GTalk: tommickjava@gma...