Hi
I have big problem.
I have PHP 4.0.6 with apache1.x. IN my old combination of php & papche on linux I am able to use HTTP_GET_VARS & HTTP_POST_VARS directly for example
if i invoke url www.myhome.net/search.php?qstr=asdf
In php script the value of the variable qstr will be asdf
BUT in new combination php-4.2.2 with apache2 or apache 1.x
I am getting the value of the variable qstr as blank but the value of variabe HTTP_GET_VARS['qstr'] is asdf.
I have same problem with HTTP_POST_VARS too.
I have the very large code written on php-4.0.6 but it completly fails with php 4.2.2 because of this.
I am stucked.
Plz somebody suggest what to do ?
-vaibhav