Re: $_POST array not being populated

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux