PHP
A place to find all the PHP information you will need, in order to make a scripted website like this one.
Using $HTTP_POST_VARS and $HTTP_GET_VARS
Charles Chadwick | December 2, 2004
This describes how to use while(), list() and each() in conjunction with the predefined PHP variables $HTTP_POST_VARS and $HTTP_GET_VARS to read information passed to a page without knowing the variable names, or how many variables were passed.
PHP and Security - Tutorial
Richard J. Silvers | December 2, 2004
Hopefully aiding in writing more secure PHP scripts.