In: PHP
24 Dec 2009If you’re running a sizable website, chances are you’re going to have to pass information from page to page. Unfortunately with PHP, most data is confined to one page. However, there are ways around this, which I will go over in this tutorial.
The basics, forms
Forms are one of the most basic ways to get from [...]