[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”;
$contentPage = file_get_contents($fileNamePath.$parameters);
//$ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $fileNamePath.$parameters); curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $contentPage = //curl_exec($ch); curl_close($ch);
echo $contentPage;
[/insert_php]