zahid
12-25-2004, 09:39 AM
Hi,
I am unable to access POST and GET variables directly, like $abc
Everytime i need to use $HTTP_GET_VARS['abc'] or $_GET['abc'], while few scripts use direct variables and it is not easy to replace all variables.
how can i configure PHP to allow these direct variables?
Thanks,
Zahid
I am unable to access POST and GET variables directly, like $abc
Everytime i need to use $HTTP_GET_VARS['abc'] or $_GET['abc'], while few scripts use direct variables and it is not easy to replace all variables.
how can i configure PHP to allow these direct variables?
Thanks,
Zahid
