CreativeTable it’s a php class that builds a table based on the data retrieved by an SQL query or an 2D Array. It has lots of options and it’s very, very configurable. It’s perfect to incorporate with your backoffices, because it’s very flexible and very easy to build. You can also easily integrate with your sites. Features very easy to configurate support almost all sql queries, if not all extremely flexible super fast searc...
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...
Update: V1.0.1 PHP5 .3.3 Compatibility Download HTML bug fixed. This script helps you helps you fire queries from database and export the resultset with a browser on the fly; Features 1). Drag-drop to use, no setup needed. 2). Smart bookmark feature, you can bookmark your favorite scripts and pickup them to use anytime. 3). Export the query resultset to CSV , Excel, XML , HTML formats. 4). Read-only mode avoiding writable scripts execut...
Compare and synchronize two SQL database schemas and see the difference between them. A very helpful tool when dealing with different versions of a database. Features Copy SQL exports directly from PhpMyAdmin Comparison results are color highlighted Easily synchronize your database schemas Specific comparison elements can be ignored Get statistics for both schemas How does it work? How to compare SQL schemas? Press A button to load .sq...
A Films script where you can lookup your favorite films and download posters & backdrops to use within your web application. This uses the superb themoviedb.org website to download high quality poster & backdrop images. Features Database driven Easy to setup and configure Uses the themoviedb.com API to get: Seperate OO PHP class to connect to the API Film information High quality poster images High quality backdrop images ...
A TV Shows script where you can lookup your favorite shows and download posters & fanart to use within your web application. This uses the superb thetvdb.com website to download high quality poster & fanart images. Features Database driven Easy to setup and configure Uses the thetvdb.com API to get: Seperate OO PHP class to connect to the API Show information Show banner image High quality poster images High quality fanart images ...
With PHP Setup Wizard you can improve your own project with a powerful setup system. With just few lines of code and some configuration changes, you can have an installer for your system deployment in few minutes. Feature Highlights Customizable step by configuration with basic error checking Can require minimum PHP version or version range Checks if folder is writeable and performs test-write Login and database are verified before writing t...
With this class you can easely create a login page that checks the data in a XML , CSV or database table. The power of the script lays in that you can use it on every MySQL database table even on existing tables from other software packages like Wordpress, Mediawiki, MantisBt, ..... This is because you can define a custom password encryption function, user and password field. The combination of this functionalities makes it a universal usable ...
This small script simply shows your data in paged, table view. You can quickly and easily create data views in your admin pages, displaying spreadsheet type datas, product listings etc… Here is some features about data grid: Pagination, Sorting, Search/Filter, Define Post-Process Function You can’t edit the data in this grid. This is just a grid not data management script. It just generates a table view of your data. Here is the Ma...