| Article: |
Three-Tier Development with PHP 5 | |
| Subject: | use _POST for x, y, z | |
| Date: | 2004-12-15 10:50:59 | |
| From: | yasheshb | |
|
in the file save.php use _POST to reference the form variables. using $x, $y, $z did not work for me.
|
||
Showing messages 1 through 1 of 1.
-
use _POST for x, y, z
2004-12-15 15:41:08 lycruzc [View]



register_globals=OFF => register_globals= ON
This variable this in the file of configuration of PHP (php.ini).