So let me get this straight.
Your script.php has all the passed variable positions of $_GET?
Once it has passed you want to change the value?
You can change the value of a $_GET very easy.
If(isset($_GET['param1']))
{
$_GET['param1'] == "no Chew";
}
By changing the global value or using filters
On Nov 1, 2010, at 9:21 AM, Daniela Floroiu wrote:
hi,
I need to make an apache sub-request like:
virtual('.../script.php?param1=val1¶m2=val2...');
where the parameters are different from the parameters of the original
request.
I tried to set param1 and param2 in $_GET, $_REQUEST,
$_SERVE
2 matches
Mail list logo