kanuski
09-25-2003, 02:12 PM
I am sending a name/value pair through a URL. It is actually a Flash button that links to index.php?test=help. The pair shows up in the address box (http://..domain../index.php?test=help) but echoing the variable produces nothing on the page. I have tried http_get_vars but this gives me a message.
"Fatal error: Call to undefined function: http_get_vars()... "
I have also tried isset
echo isset("$test");
but this gives me a parse error
parse error, expecting `T_VARIABLE' or `'$''
There must be something I am missing but I do not know what to check next.
"Fatal error: Call to undefined function: http_get_vars()... "
I have also tried isset
echo isset("$test");
but this gives me a parse error
parse error, expecting `T_VARIABLE' or `'$''
There must be something I am missing but I do not know what to check next.