ob_start(); switch (THIS_SCRIPT) { case 'contact': include('adform.php'); break; case 'links': include('linkform.php'); break; } $includecontent = ob_get_contents(); ob_end_clean();