1 2 3 4
$ref = 'url.php?t=4&p=5&sid=ddf175fd02216cbe9fab9a4b528d7185&hilite=2c23tra#link';
$params = array('sid','t','p','hilite');
...
PHP On Removing Parameters from an...
by sgrezzeria,
February 07, 2008 20:46
1 2 3 4
$ref = 'url.php?t=4&p=5&sid=ddf175fd02216cbe9fab9a4b528d7185&hilite=2c23tra#link';
$params = array('sid','t','p','hilite');
...
Your code have some errors,...