Simple PHP Interaction

Code

Note that these examples assume that register_globals is on, allowing parameters in the HTTP request to be accessed simply by their name. This approach is deprecated and the variables should be acccessed from their global arrays $_GET, $_POST and $_FILES.