|
Posted by Richard Davey on 11/26/05 00:33
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 PHP, thanks in
> advance
If it was a PHP bug I think a few more people may notice it ;)
Try dumping out the values of the arrays, see what they say:
print_r($_GET);
print_r($_POST);
etc
Cheers,
Rich
--
Zend Certified Engineer
PHP Development Services
http://www.corephp.co.uk
[Back to original message]
|