|
Re: Strange server configuration: msg#00344php.install
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 <david@xxxxxxx> http://david.acz.org/ -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | problem with variables: 00344, luis meneses |
|---|---|
| Next by Date: | Re: Strange server configuration: 00344, Jim Thome |
| Previous by Thread: | Strange server configurationi: 00344, claudel |
| Next by Thread: | Re: Strange server configuration: 00344, claudel |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |