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; ?> Related