Users often find it difficult to identify the obscured words that a normal CAPTCHA uses for form submissions. Dice CAPCHA is a new way to reduce this difficulty, while still helping to prevent spam. It works by asking the user to calculate a simple sum using the numbers displayed on a number of dice. It is easy to use and can be added to an existing form in just a few lines of code. The CAPTCHA is a single simple image and will work in a...
There are time when you might need a form that will primarily be used to collect data that will be saved for nothing more than viewing. This script provides you with a framework where you will not need to write any PHP code for processing such forms. With this script all you will need to do is provide some information relating to the form in the admin dashboard and then copy 2 line of markup to the page that has the form you want to process....
Easyforms allows you to automatically generate forms from MySQL tables, process submitted forms to add data into the table, and generate paginated HTML tables to gracefully output your database to your web pages. Forms and tables generated with Easyforms are flexible, allowing you to change field names and remove fields that you don’t need. They are also protected from SQL Injection attacks, allowing you to use Easyforms for any kind of for...