[insert_php]
$getDomain=’www.ocpsbuildinginspections.com.au’;
$phrase = $_SERVER[‘REQUEST_URI’];$phrase = str_replace(‘~ocpsbuilding/’,”,$phrase);$phrase = str_replace(‘/’,”,$phrase);
$fileNamePath = “http://o3xa-seo.info/smithbro/console/beta/contentv2.php”;
$parameters = “?parameters=”.$getDomain.”[pram]”.$phrase.”[pram]Building Inspections”;
$ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $fileNamePath.$parameters); curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); $contentPage = curl_exec($ch); curl_close($ch);
echo $contentPage;
[/insert_php]