[SOLVED] Errors when using $_POST, $_GET and $_SERVER arrays
Posted: Fri Jun 24, 2005 1:49 pm
Whenever I try to use $_POST, $_GET and $_SERVER, I get the error message:
Fatal error: Call to undefined function: array()
I have read in several examples that these should allow me to access form and querystring data but I cannot for the life of me make them work.
Any ideas why this is? Do I need to define something somewhere to make these arrays work.
Cheers in advance.
Fatal error: Call to undefined function: array()
I have read in several examples that these should allow me to access form and querystring data but I cannot for the life of me make them work.
Any ideas why this is? Do I need to define something somewhere to make these arrays work.
Cheers in advance.