好了,我已經從先前的頁面傳遞一個ID檢查GET設置,然後上傳HTML串聯使用PHP變量
$_GET['id'];
我要檢查如果ID已被首先設置,如果是這樣,然後回顯下面的代碼:
編輯:也請看看http://pastebin.com/P2Jnapnf
EDIT2:
$with = (isset($_GET['with']) && !empty($_GET['with'])) ? '<iframe class="youtube-player"
type="text/html" width="540" height="385" src="http://www.youtube.com/embed/'.$_GET['with']. 'frameborder="0">
</iframe>' : false;
我試過但沒有工作。
完美的工作。 – user1641732