Advertisment
Basic tutorial on how to obtain information from forms by using any of those methds.
A collection of 21 tips on process Web forms with PHP scripts. Clear explanations and tutorial exercises are provided on generating and processing...
A short tutorial howto validate an email address during form processing. An example 'copy & paste' html form code is included to...
Learn how to create and use sticky forms, which saves data that has been entered into a form, so a user does not have to re-type out the...
This tutorial is showing some functions that you need to use for your inputing form (as text field, text area) because, it is not secure to receive...
This set of functions allows you to use simple PHP commands to generate complex forms containing many different inputs. It automatically outputs...
Learn how to use email verification to validate your users.
Learn the basic's of forms including text, button and submit forms.
Using forms and javascript to change pages with a jump menu.
Create a link verifier that checks to see if a link is working or not, this is great to check if user inputted links are valid.
In this tutorial I will show you how to create a simple contact form with PHP. With the help of a contact form your visitors will fill out a form...
This is a must read tutorial if you don't know anything about PHP.
Learn how you can add javascript realtime count words field to your forms using javascript. Try it, it's easy!
Learn how to create a MAIL FORM using PHP and HTML.
Learn how to process form data using PHP. You will find example to make you clear how to process form data
Read this awesome tutorial to learn how to make a very cool web form, which uses AJAX to communicate with a PHP file. No page refresh and no form...
A Simple PHP and AJAX form processing using prototype js library. Full Sources code included for download.
Tutorial demonstrates how to write form submission in PHP and AJAX using prototype js library. A good beginners tutorial on PHP and AJAX.
Here we are going to create a feedback form for you site to allow users contact you. The script is very simple and this article is for php...
The sample php code makes use of checkboxes to delete items from the database. Multiples items can be selected & deleted. You will need to create...