Bennie Foreman wrote:
Hi,
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

session_start does not matter here; it would only populate the $_SESSION array anyways.


try to display what is in the array using print_r($_POST) all I get is Array(). Did I screw up the PHP configuration?

Did you actually submit the form? I.e. did you hit the "submit" button and print_r($_POST) on the target page?



PLEASE HELP! This is driving me mad...

Thanks
Bennie Foreman


--
Teach a person to fish...

Ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html
PHP Manual: http://www.php.net/manual/en/index.php
php-general archives: http://marc.theaimsgroup.com/?l=php-general&w=2

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to