Posts tagged with: PHP
Getting to grips with PHP Checkboxes
The aim of this tutorial is simply to get the data from PHP checkboxes and store it in an MYSQL database and on page load, the data is retrieved from the database and is shown which would be suitable for an options page in a PHP script. This script is now deprecated, the source code is no longer maintained.
PHP and MySQL Event Lister Script
I have been searching for an Event Lister for a while now. I just wanted something simple and free. All I could find were gig organisers for bands or commercial scripts. That was up until I came across a Basic PHP Events Lister from Mevin.com.
Form Processing on Test
Form processing is widely used and there are plenty of scripts available out there. This experiment was to take three scripts with spam prevention, form validation and the ability to redirect the user on successful or error user submission.