, # .
Stretch, , q - URL-. URL- :
<?php
$url = "http://www.16start.com/results.php?cof=GALT:#FFFFFF;GL:1;DIV:#FFFFFF;FORID:1&q=search";
$url = str_replace('#', "%23", $url);
$query = parse_url($url, PHP_URL_QUERY);
$newUrl = "http://www.newURL.com/results.php?" . $query;
var_dump($newUrl);
parse_str($query, $params);
var_dump($params);
?>
string 'http://www.newURL.com/results.php?cof=GALT:%23FFFFFF;GL:1;DIV:%23FFFFFF;FORID:1&q=search' (length=88)
array
'cof' => string 'GALT:#FFFFFF;GL:1;DIV:#FFFFFF;FORID:1' (length=37)
'q' => string 'search' (length=6)
, URL- string script, .
, PHP ( #), . , F12.
http://www.16start.com/results.php, JavaScript .