Replace values in a URI query string

buroman

New Member
I have part of a query string that I want to make a replacement in. I want to use \[code\]preg_replace\[/code\] but am kind of hung up on the regex. Can someone please help? What I need replaced are the GET vars.Here is the string:\[code\]bikeType=G&nikeNumber=4351\[/code\]
 
Back
Top