| NAV TOOL - Use this to navigate our site. | | | | | | | | | Looking for new scripts? or the most viewed ones? Use this tool to navigate Scripts. | | | | | |
|  | |
| FILTER | |  |
MyPDF is multi-platform compatible. Creating reports from data stored in a database is a very common need of businesses and organizations - monthly sales reports, reports of employee hiring, reports of purchases from an online store, etc. For online databases, there is no more common method of data storage than MySQL, and for report presentation, there is no more desired format than PDF - Adobe's award-winning document display format. MyPDF allows you to do this - create PDF reports with advanced application logic from MySQL. Create summaries of your data, so-called 'sub-reports' with various levels of grouping for your data, calculations, calculations of calculations, sorts and filters, and much more - and then save your report layout and display it as a PDF! MyPDF is highly customizable using Flash 7 stylesheets. Rate Script | Read Reviews | Write Review | Email Script | | Article Rating: |  |  | | Price: | $5 |  | | Version: | 2.3 |  | | Platform: | Unix/Linux/Windows |  | | Date Added: | Sunday, Mar 28, 2004 |  | | Last Updated: | Sunday, Mar 28, 2004 |  | | Visit Website | | | AccessForms2Web (PHP and MySQL Editon) is an application to convert Microsoft Access databases (mdb) and MS Access Forms to AJAX based WEB page using PHP and MySQL. Now you can easily convert forms and their elements to Web page, filling form fields with data from the fields of your Access tables. During conversion elements' position, color pallette and fields type are saved. You have an opportunity to place your MS Access forms at Web page directly via FTP connection or save your forms to a local folder at your computer for future uploading. AccessForms2Web supports Unicode that allows you to make language special symbols displayed correctly. The program gives users an opportunity to select a table type: MyISAM, HEAP, BDB or ISAM. The software performs converting of Primary keys and Indexes. There is an ability to save data to PHP script or to a dump file that allows you to get over the restrictions on access to MySQL database if any. Sessions support allows you to save all your settings and restore them afterwards. You can organize application work using Interactive (GUI) mode as well as work through command line. User-friendly interface is the result of the combined efforts of our best specialists in software usability and Graphic User Interface design. Work with the converter is specially divided into several stages so the most complex issues of the conversion are broken into manageable parts. All necessary help documentation is provided with the software. You are welcome to evaluate the program for free. We encourage you to try our unique converter and place your MS Access forms at your web-page without wasting a lot of time and efforts. Using AccessForms2Web you get the whole range of benefits: fast conversion, excellent performance, real pleasure to work with. Rate Script | Read Reviews | Write Review | Email Script | | Article Rating: |  |  | | Price: | $99 |  | | Version: | 2.1.0 |  | | Platform: | Windows |  | | Date Added: | Monday, May 15, 2006 |  | | Last Updated: | Sunday, Mar 25, 2007 |  | | Visit Website | | | Quick, painless installation: just upload to your server, then run install.php to start the wizard. Mail and FTP settings specified using a web-based settings manager. Add multiple email and ftp hosts. Options exist to save your backups by means of email, ftp, or direct saving on the local server. Compression options exist for .zip and .gz backups. Backup your MySQL tables selectively or all at once. Options similar to phpMyAdmin's export tool are available. Backup your web files (php files, images, html documents, etc.) selectively or all at once using a simple tree hierarchy. Advanced options are available for skipping files with particular extensions, or which are larger or smaller than a certain size threshold. There is no limit to the number of backups that can be created. Selectively delete backups when they are no longer relevant. Re-run the backups automatically by means of cronjobs as many times as you want. Rate Script | Read Reviews | Write Review | Email Script | | Article Rating: |  |  | | Price: | $0.00 |  | | Version: | 1.4.0 |  | | Platform: | Linux - Unix - Windows |  | | Date Added: | Monday, Aug 25, 2008 |  | | Last Updated: | Thursday, Sep 25, 2008 |  | | Visit Website | | | Manage your MySQL databases using a simple powerful interface. You can make backups in .sql format (optionally compressing with GZip), and restore the data from these files. Database dump files generated by phpMyAdmin are supported, and the script is able to process large files without hanging up. Browsing through the table contents in a database is a breeze, and can be done is a few clicks. The primary purpose of the script, however, is to make sending SQL queries very efficient, which makes this tool very useful for PHP/MySQL developers. The script is just a single file of small size. Rate Script | Read Reviews | Write Review | Email Script | | Article Rating: |  |  | | Price: | Freeware |  | | Version: | 1.0 |  | | Platform: | Linux - Unix - Windows |  | | Date Added: | Sunday, Aug 19, 2007 |  | | Last Updated: | Thursday, Aug 23, 2007 |  | | Visit Website | | | Sparse is an open source, usable, flexible, powerful framework which allows web developers to make entire CGI applications without ever programming anything. All that's required is knowing how to use a few extra HTML tags and sticking a single PHP tag at the top.Sparse can deal completely with adding, editing, and displaying data; navigating amongst data; checking and displaying errors. Sparse will also cache itself so that it only has to get information about the tables and template once.Sparse allows developers to simply write plain HTML pages with tags representing widgets and buttons for displaying or entering data. Changing the look or behavior of your form is as simple as changing a tag attribute or moving the tags around. Programming code isn't required at all.Sparse is coded in pure PHP, and designed to interact with MySQL databases. Most web servers are configured to have these programs available.Full documentation is available at http://sparse-php.sourceforge.net/ . Rate Script | Read Reviews | Write Review | Email Script | | Article Rating: |  |  | | Price: | Freeware |  | | Version: | 1.03b |  | | Platform: | Linux - Unix - Windows |  | | Date Added: | Wednesday, May 31, 2006 |  | | Last Updated: | Monday, Jun 05, 2006 |  | | Visit Website | | | This PHP class is a mySQL database access wrapperIt provides methods for interracting with a mySQL database from within PHP, easily and securelySome of the features include- connecting to a mySQL host and selecting a database- method that is an alias of PHP's native mysql_query() function with the main differences being that, if passed in a special way, parameters will be automatically escaped and that errors will be reported to the built-in debugger - the query() method- shorthand methods for running queries that perform COUNT(), MAX() or SUM() queries - dcount(), dmax() and dsum() methods- shorthand method for fast retrieval of data in individual rows or even specific items in individual rows - the dlookup() method- method that is an alias of the PHP's native mysql_real_escape_string() function with the main difference being that this one will check if magic_quotes are on or not and escape (or not) accordingly - the escape_string() method- method for parsing a mySQL dump file very fast - the parse_mysql_dump_file() method- aliases with error reporting of PHP's native functions mysql_insert_id() and mysql_fetch_assoc() - the insert_id() and fetch_assoc() methods- provides a very useful debug interface which shows you detailed info about each query your script has run: displays each query as a formatted and syntax highlighted string for better reading, file and line number from where the query has been run, query execution time, eventual errors that might have had occured and notifies you if a specific query has been run more than once. the debug window will also show the total number of queries run, the total execution time of your queries, the values of $_GET, $_POST, $_COOKIES, $_SERVER, $_SESSION and $_FILES superglobal variables and can also keep track of the values of variables set by the user by providing a "watch" functionality. the debug interface is template driven and supports localisation- can be instructed to output debug information to a log file- can be instructed to send emails to specified address if a query runs longer then a specified time- the code is heavily documented so you can easily understand every aspect of it Rate Script | Read Reviews | Write Review | Email Script | | Article Rating: |  |  | | Price: | free for non-commercial use |  | | Version: | 1.0.4 |  | | Platform: | Linux - Unix - Windows |  | | Date Added: | Wednesday, Aug 09, 2006 |  | | Last Updated: | Tuesday, Sep 05, 2006 |  | | Visit Website | | | | SEARCH SCRIPTS - Use this page to locate your desired scripts. | |  |
| | POST YOUR SCRIPT! | | | | | | | | | | Post your Script for FREE using this toolbox. | | | | | | | |  | | | |