檢查會議上,我有一個名爲索引頁和檢查會話頁面聊天 編寫打印echo session->user;
在chat.php這個代碼工作的代碼,但包括的index.php chat.php echo session->user;
不行如何在iframe中
e:g
//index.php
<?php
<iframe src="./chat.php"></iframe>
enter code here
?>
//chat.php
<?php
include_once ('./session.php');
echo $session->user;
?>
chat.php
打印用戶,但index.php
不打印
問題出在哪裏? 請幫助
雖然這個問題是在Firefox不是在IE問題
感謝但不工作 –