"; //$marker_tag_end="
"; $marker_tag_end=""; $start= strpos($code, $marker_tag_start); //Start $finish= strpos($code, $marker_tag_end); // End $length= $finish-$start; $code=substr($code, $start, $length); $newcode = preg_replace("/(href=\"?)(\/[^\"\/]+)/", "\\1" . $domain . "\\2", $code); #echo " ".$newcode." more"; echo " "; echo $newcode; echo "more"; ?>