This is a directory of free PHP scripts written by us at 0PHP.COM.
Hangman Game - Play the classic hangman game - guess the word or phrase without getting more than 6 letters wrong. Non-alphabetic characters are allowed, but filled in. The word list can easily be modifed in the script.
Source Code Utility - Optionally add line numbers (inline or separate) and/or highlight the PHP syntax in the source code. Files to highlight are chosen in a form and temporarily uploaded to the remote server, or you can use this script on your local server to aid PHP development.
MySQL Backup Utility - PHP script to make SQL commands to delete, insert, and modify MySQL database table entries.
Useful for:
(1) When you update your database offline and import the changes to online database; or
(2) When you update your database online and want a SQL backup of the changes.
|