browse by tag: forms
sort by
AJAX Email Form
in PHP added by mig35, on 17/9/2007 AJAX Prototype advanced tutorials form
Sending and receiving asynchronous requests through server can done using simple AJAX implementation. The form shows you how to send emails (process form) without loading the page. Source code and demo is included.
comment save reportA (safe) contact form using Xajax and PHPmailer
in PHP added by finalwebsites, on 30/4/2007 AJAX advanced tutorials forms php phpmailer xajax
Try this tutorial to create web form to send e-mails to ONE e-mail address without having problems with spambots. The e-mail is send with SMTP and the form is processed with Xajax.
comment save reportForm Processing with PHP
in PHP added by Nolte, on 31/1/2007 forms general
One of the best features of PHP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use PHP code to make decisions based off this information to create dynamic web pages. In this tutorial we will show how to create an HTML form and process the data.
comment save reportAutofilled PHP Forms
in PHP added by goodphptutorials, on 3/11/2006 arrays autofill beginner tutorials forms
I hate typing, but I like writing code. A while ago I started to dread all the rote typing required to handle forms in PHP, and began looking for a Better Way. This article describes how I used PHP's regular expression functions to do most of the heavy lifting required to process forms properly, saving lots of typing and giving me time to do stuff I don't hate, such as writing code
comment save reportSecuring Forms with Random Noisy Images
in PHP added by goodphptutorials, on 21/1/2006 capatcha form image process security user validation
This tutorial is intended for those who want to ensure that the data retrieved by a form processor PHP is sent by the expected form, not another application or by hand. An understanding form data processing is assumed. A basic knowledge of image creation and manipulation functions is also required.
comment save report