Recently Popular Forms Tagged Tutorials
Apr 15
Getting Input in PHP Scripts
By far the most common way is through data passed by web forms using either the GET or POST methods (the GET method can also be used by simply adding a query string onto the end of the script's URL).
Dec 22
Creating usable forms
Forms are often overlooked from a design perspective, resulting in frustrated users. With a bit of CSS and minimal effort you can easily make your forms more usable.