Jay Blanchard wrote:
[snip]
I am new to the PHP world so don't give me too much grief if this has a
simple solution. My problem is that the $_POST array is not being
populated. I have created a form and the method of that form is "POST".
I
have started the session using session_start() but still nothing. When
I
try to display what is in the array using print_r($_POST) all I get is
Array(). Did I screw up the PHP configuration?
PLEASE HELP! This is driving me mad...
[/snip]
You didn't provide much information, but try a simple script with one
item to post and then print_r($_POST)
and if that fails:
var_dump($GLOBALS);
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php