News Feed
Jobs Feed
Sections




News Archive
Tizag.com:
PHP HTML Form Example
July 10, 2006 @ 06:27:35

In this new tutorial from Tizag.com, they walk you through one of the more basic (yet most looked for) tutorials for beginning PHP developers - a PHP HTML form example.

Use this example as a form walkthrough. We will briefly build an HTML form, and call the form data using PHP. PHP offers several methods for achieving this goal, so feel free to substitute alternative methods as you follow along. Our example will show you a method using a single .php file, combining both PHP and HTML in one simple text file, to retrieve the data and display the results.

Below is a quick review of bullets, check boxes, text fields, and input fields and using them to build a form to retrieve some personal information about our user.

True to the overview, they look at the various types of input fields you'll want to use - textbox, radio button, checkbox, textareas, etc. Finally, they tie it all back together with the complete form you've built (from the example parts), showing how to grab the contents of the form back once submitted (superglobals make it a snap).

5 comments voice your opinion now!
form example tutorial simple introduction form example tutorial simple introduction


blog comments powered by Disqus

Similar Posts

DevShed: Using Static Methods to Build Loader Apps in PHP

PHP-Tools Blog: Stubbles Blog is live!

PHPro.org: SPL Autoload

PHPBuilder.com: Beginning Ajax with PHP: From Novice to Professional

Lorenzo Alberton's Blog: Create a video preview as animated GIF with FFmpeg and PHP SPL


Community Events









Don't see your event here?
Let us know!


language zendframework2 interview opinion development example functional api release introduction unittest community code podcast event tool object testing framework composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework