This easy script is one page with the fields, error messages for the required fields and a thank you message when the form is filled out correctly all in php.
AllTasks.net allows a company to manage every step of a task from its idea to execution and evalution. Work together on big projects and/or gather daily tasks into one common system. Live reports shows new tasks, tasks pending, tasks in process, tasks for evaluation, and closed tasks.
AllTasks.net also features a calendar that can be shared between collegues.
Seen on many websites, this script displays an image and the visitor is invited to select Hot or Not. The script cycles through images and ranks them by the greatest number of HOT votes. An added feature the Top-Ten list is clickable to view the image and details. The script includes an image upload script.
Requires PHP & MySQL
This script should help you to create database driven forms. For that purpose you must only fill out a form which this script will display and after you submitted your entries it will generate a new script to handle all interaction with the database. Features include: Create lookup lists based on another table, Database independent - works with every database supported by PHPLIB, Clientside and serverside validation of user input, Allows user to authenticate based on a primary key field and a selectable password field of the table to edit their record, Layout can be specified by form fields, and Should be easy to modify the resulting script.
phpCryptIt is an advanced word scramble game in the sense that you, the player, has to descramble a set number of words. The amount of words, and the difficulty level are configurable by the player and a time limit is kept to see how long it takes each player to finish the problems. Using MySQL on a backend to store the word list and the scores makes it for a more secure game. Everything is configurable in the config.php, from the themes to the messages a user gets upon submission.