HTML Programming
Thursday, 17 September 2009 07:55
How to make a HTML form post its variables to itself
The Issue
You have a PHP page which generates a HTML form. When the user submits the form, you want the same PHP page to process the data.
Solution
I've seen a lot of people write CGI requests but if you left the action attribute blank, this would do the…
Last modified on Thursday, 17 September 2009 12:32
