claudel writes:
> Hello. I have been using a hosted server for
> a while, however they have recently changed the
> configurations and until their support replies
> I am left with the strange occurence of this:
>
> http://63.160.181.101/test.php?var=test
>
> The variable is not being passed via php. This has
> happened to all the scripts on the server, leaving
> a lot of searches unavailable, annoyingly.

Show us the code.  Most likely, they turned off register globals.  Try this:

echo "var = $_GET[var]";

See this:

http://www.php.net/manual/en/print/language.variables.external.php

--
David Phillips <[EMAIL PROTECTED]>
http://david.acz.org/


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to