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

2005-11-25 Thread Unknown Unknown
Coder > > http://www.ouradoptionblog.com > Join our journey of adoption > > http://www.thelonecoder.com > [EMAIL PROTECTED] > > continuing the struggle against bad code > > */ > ?> > > > > From: Unknown Unknown <[EMAIL PROTECTED]> > > Date: Fri, 25 Nov 2005 17:38:02 -0500 > > To: Richard Davey <[EMAIL PROTECTED]> > > Cc: > > Subject: Re: [PHP] $_GET and $_POST arrays not working > > > > > > >

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

2005-11-25 Thread Stephen Johnson
hard Davey <[EMAIL PROTECTED]> > Cc: > Subject: Re: [PHP] $_GET and $_POST arrays not working > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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*: Undefine

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