|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
PHP not loading varriables
Hey, I've just rebuilt my servers with PHP 4.2.2 and Apache 2.0.40. Everything works except for php doesn't seem to be getting the varriables I send it via the query string. . . Anyone encounter this or have any suggestions. (It is handling varriables not in the query string thou and includes. ..)
|
|
#2
|
|||
|
|||
|
RE: PHP not loading varriables
try print_r($_GET); ? what does it output?
|
|
#3
|
|||
|
|||
|
RE: PHP not loading varriables
I just discovered my installation of 4.2.3 running on IIS5 is not doing the same. The same page and the same query string served from an older version of PhP running on Apache works as expected. Suggestions on how to find the problem would be appreciated.
|
|
#4
|
|||
|
|||
|
RE: PHP not loading varriables
just to let you know there are some bugs in php 4.2.2 with apache 2.0. For instance, getenv() does not work. You can get more info on the Bugzilla web site.
|
|
#5
|
|||
|
|||
|
RE: PHP not loading varriables
Turning on register_globals in php.ini has solved the query string variable input problem for me.
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > PHP not loading varriables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|