How to replace a parameter in sitring?
Posted: Tue Apr 24, 2007 12:23 pm
Hey guys, it might be dumb question for you, but huge problem for me.
If I have for example:
How should I set new "brand" and get $question in same format?
Thanks.
If I have for example:
Code: Select all
$newBrand = "nike";
$question = "/?brand=adidas&size=M";Thanks.