Show external page in the main screen of Drual

วิธีการใส่ external page ใน drupal ครับ แต่รูปภาพอาจไม่มาด้วย 🙂

< ?php
ob_start
();
include_once
"http://www.WebSiteToInclude.com/";
$output = ob_get_contents();
ob_end_clean();
return
$output;
?>

Leave a Reply

Your email address will not be published. Required fields are marked *