if($_GET['query'])
$val = addslashes($_GET['query']);
else
$val = 'Search';
function cleanUrl($title) // take a title, and turn it into a URL-safe string
{
$title = strtolower(trim($title));
$title = preg_replace("/[^a-z0-9\s_+]/", '', $title);
$title = str_replace('+','', $title);
$url = preg_replace("/[\s_]{1,}/", '-', $title);
return $url;
}
?>
New Projects
Abu Sidra, Qatar
Abu Sidra, Qatar