if(!isset($_GET['show'])) { $image1 = "images/office.jpg"; $image2 = "images/practiceAreas.gif"; $subject = ""; $url='http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?show=1'; isset($_SERVER['QUERY_STRING']) ? $url.="&".$_SERVER['QUERY_STRING'] : ""; $content = file_get_contents($url); require "inside.php"; exit(); } ?>