[PHP] $_GET and $_POST arrays not working

2005-11-25 Thread Unknown Unknown
Hello everyone, i am running PHP 5 on Windows XP Pro SP2, my $_GET and $_POST arrays do not seem to be working, I am Sure I am spelling them right, but i keep getting the errors: ** *Notice*: Undefined index: Username in * D:\Apache\Apache(re)\Apache2\htdocs\RegisterP.php* on line *3* *Notice*:

Re: [PHP] $_GET and $_POST arrays not working

2005-11-25 Thread Richard Davey
Hi, Friday, November 25, 2005, 10:22:46 PM, you wrote: Hello everyone, i am running PHP 5 on Windows XP Pro SP2, my $_GET and $_POST arrays do not seem to be working, I am Sure I am spelling them right, but i keep getting the errors: Is this a problem with configuration or is there a bug in

Re: [PHP] $_GET and $_POST arrays not working

2005-11-25 Thread Unknown Unknown
Well it returned all values with print_r(); but i can't access them... this is what the page returns: Array ( [Username] = SFF [Password] = dSF [EMail] = sfdf ) Array ( ) *Notice*: Undefined index: Username in * D:\Apache\Apache(re)\Apache2\htdocs\RegisterP.php* on line *5* *Notice*: Undefined

Re[2]: [PHP] $_GET and $_POST arrays not working

2005-11-25 Thread Richard Davey
Hi Unknown, Friday, November 25, 2005, 10:38:02 PM, you wrote: Well it returned all values with print_r(); but i can't access them... this is what the page returns: Post your code, there's an error in it if the $_POST etc arrays are populated, but you can't access them. Cheers, Rich --

Re: [PHP] $_GET and $_POST arrays not working

2005-11-25 Thread Stephen Johnson
bad code */ ? From: Unknown Unknown [EMAIL PROTECTED] Date: Fri, 25 Nov 2005 17:38:02 -0500 To: Richard Davey [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: Re: [PHP] $_GET and $_POST arrays not working -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] $_GET and $_POST arrays not working

2005-11-25 Thread Unknown Unknown
[EMAIL PROTECTED] Date: Fri, 25 Nov 2005 17:38:02 -0500 To: Richard Davey [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: Re: [PHP] $_GET and $_POST arrays not working