|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Apache Query String problem
Hi,
I just set up an apache 2.0.36 server with Php 4 and mysql on an Win98 machine and for some reason it is not properly passing variables through the query string. For example "test.php?id=3" will bring up test.php but will not make a variable "id" and set it to 3. Do I have to set something in the php.ini or something? Also I changed the session.save_path variable in my php.ini file but it is not taking. Still thinks its at /tmp. Any help would be greatly appreciated, I've been pulling my hair out for days! |
|
#2
|
|||
|
|||
|
RE: Apache Query String problem
In the newest PHP versions register_globals is turned off. You need to access that variable by:
$_REQUEST['id'] Hope that helps.. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > Apache Query String problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|