Software Listing of Author : "Silisoftware.com"
- backupDB()
- License: Freeware
- Price: 0.00


backupDB() is a PHP script that backs up MySQL tables and databases to a gzip'd file for easy daily backup. Can back up a single database and/or table, or all tables. Structure-only, complete-inserts optional. Can be called interactively or run as a cron job. Works well with doSQL() (also available on this site). Faster and more robust than phpMyAdmin's backup function.
- Publisher: silisoftware.com
- Date Released: 05-05-2011
- Download
- Platform: PHP, Scripts
- doSQL()
- License: Freeware
- Price: 0.00


doSQL() is a PHP4 script that can dump data back from a SQL text file (generated by backupDB() (also available on this site), phpMyAdmin, or similar) to a new database, or run any number of SQL commands in batch mode. Detailed progress reporting, including time remaing, processing rate (text and graph available).
- Publisher: silisoftware.com
- Date Released: 26-06-2011
- Download
- Platform: PHP, Scripts
- LastXgraph()
- License: Freeware
- Price: 0.00


LastXgraph() is a PHP4 script that generates graphs suitable for stats (for example, how many hits on a website, file downloads, logins, etc): Last-X-Days, Last-X-Months, Entire Month, Entire Year, 24-hour distribution.
- Publisher: silisoftware.com
- Date Released: 13-06-2011
- Download
- Platform: PHP, Scripts
- phpEval()
- License: Freeware
- Price: 0.00


phpEval() gives you a command-line interface for PHP, where you can type in PHP code and see what it would do, without going through the trouble of creating a new PHP file, uploading it to the server, testing it, etc.
- Publisher: silisoftware.com
- Date Released: 03-09-2011
- Download
- Platform: PHP, Scripts
- phPie()
- License: Freeware
- Price: 0.00


phPie() is a PHP4 script that creates a PNG (or GIF or JPG) format pie chart, with optional legend.
- Publisher: silisoftware.com
- Date Released: 23-10-2011
- Download
- Platform: PHP, Scripts
- tableVarDump()
- License: Freeware
- Price: 0.00


Replacement for PHP's built-in var_dump() function for complex arrays. tableVarDump() outputs any variable to an HTML table format, specifically designed to display complex multi-dimensional arrays in a more easy to read format than var_dump() or print_r().
- Publisher: silisoftware.com
- Date Released: 15-03-2011
- Download
- Platform: PHP, Scripts