After logging on to the website background, the iframe framework is blank. for other pages, you can open the adminmange_Index.php page after logging on to the PHP background separately. the adminmange_Index.php page contains three frameworks. the code is as follows: & lt ;? Phpdefine (IN_DOUCO, & nbsp; true); define (NO_CHECK, & nbsp; true); require (dirname (_ FILE _) & nbsp ;. & after logging on to the website background, the iframe framework is blank. other pages can be opened separately.
After logging on to the PHP background, the adminmange_Index.php page is a framework page containing three 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 ();
}
?>
Website background Management Center
<Br/> <body leftmargin = "2" topmargin = "0" marginwidth = "0" marginheight = "0"> <br/> <p> Your browser version is too low! !! This system requires IE5 and later versions to use this system. </P> <br/> </body> <br/>
After parsing on the browser, it is blank. right-click to view the source code, and you can see the code, but the browser is blank. I run other pages separately. after a day, I don't know what's going on? Conn. php is the configuration page.
------ Solution --------------------
I have encountered this problem before. If your page code is correct, it will be a BOM problem. The next editor will save the file again and it should be OK.
------ Solution --------------------
It must be BOM problem, you may use notepad to open and save as a UTF-8, this time will generate BOM header, you open with dearm, modify-page properties-check whether the BOM signature has been checked in the title code. remove the check and save it.