I need to fix this URL redirect in header
$siteurl = http://myfirstsite.com
$siteurl2 = http://mysecondsite.com
<a href="<?php echo if (strstr ($_SERVER["REQUEST_URI"], "hus")) {
echo $siteurl;
} else {
echo $siteurl2;
}."/".ereg_replace(" ", "-", $show_wallpaper["caturl"])."-".$show_wallpaper["categoryid"]."-"."1.php"; ?>">
It throws an error now.