links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
coohler, member since Feb 22, 2007
.
Search Everyone: "forms",

Top "forms" experts: blogjom, postit, glennm, lena, gadgit, misterbrandt,

Groups about "forms": Law Forms, Non Profit Information, Santé Nature..., Social Media Marketing 2.0, mesothelioma, Earn Money Online,

1 - 3 of 3   Watch coohler
 
If the page is simply viewed in the browser, the request method will be GET. If the form has been submitted, the request method will be POST. So we first make a decision whether to display the form if the request method is not POST, or to process the form data if the request method is POST. The first time the page is viewed, the request method will be GET, so the next thing we do is obtain a reference to the current page that we can use in a ECHO or PRINT command. That reference is stored in the variable $me: $me = $_SERVER['PHP_SELF']; Now, if the request method is not POST, we just exit PHP and let the form be displayed.
by coohler 2008-11-24 17:17 php · forms
http://apptools.com/phptools/forms/forms1.php - cached - mail it - history
At the first line we check whether the form has been submitted and the php script has not been called directly.
by coohler 2008-11-24 16:57 tutorials · php · forms
http://webcheatsheet.com/php/form_processing.php - cached - mail it - history
by coohler 2008-11-24 16:17 php forms · forms
http://www.tizag.com/phpT/forms.php - cached - mail it - history
1 - 3 of 3  
Related Tags
 
- exclude ~ optional + require
Add Dates