After the PHP background login adminmange_index.php page is a frame page, contains 3 pages, the code is as follows:
Define (' In_douco ', true);
Define (' No_check ', true);
Require (DirName (__file__). '/include/conn.php ');
$db->admin_check ($_session["user_id"],$_session["shell"]);
if ($_get["action"]== "Logout") {
$db->logout ();
}
?>
<title>Website Admin Center</title>
<noframes></noframes>
<noframes>&lt;br/&gt; &lt;body leftmargin= "2" topmargin= "0" marginwidth= "0" marginheight= "0" &gt; &lt;br/&gt; &lt;p&gt; your browser Version too low!!! The system requires IE5 and above to use this system. &lt;/p&gt; &lt;br/&gt; &lt;/body&gt; &lt;br/&gt;</noframes>
In the browser above parsing is blank, right-click to see the source code can see, but the browser is a blank, the other pages I run alone under no problem, have a day do not know how? Conn.php is the configuration page.
Reply to discussion (solution)
Why no one to solve the next AH ~! Who's the master out there, please?
Make sure your three pages have content?
This kind of problem has been met before. If your page code is correct, then the BOM problem, the next editor to re-save the file, should be OK.
Must be a BOM problem, you may use Notepad to open the Save as UTF-8, this time will produce BOM header, you open with Dearm, modify? Page properties? The title code inside to see the BOM signature is not a hook, the hook removed, save just fine.
Must be a BOM problem, you may use Notepad to open the Save as UTF-8, this time will produce BOM header, you open with Dearm, modify? Page properties? The title code inside to see the BOM signature is not a hook, the hook removed, save just fine.
Yes, thank you.
This kind of problem has been met before. If your page code is correct, then the BOM problem, the next editor to re-save the file, should be OK.
Well, that's the BOM problem, thank you.