Ishkar Posted May 11, 2007 Share Posted May 11, 2007 Hi everybody, In the last weeks I get problems with IE. I allways check my PHP webpages with Firefox, it allways works, but if you load the same webpage with the IE it shows a beautyfull empty page. If you look the source code it is all there, all the output HTML but it doesn't shows ¿Any idea? I put here one of the webpages with I got problems http://www.optim-e.com/new Thanx ^^ Quote Link to comment https://forums.phpfreaks.com/topic/50955-solved-error-showing-php-output-in-ie/ Share on other sites More sharing options...
papaface Posted May 11, 2007 Share Posted May 11, 2007 IE does this to me sometimes. I don't think it is a PHP issue, more of an IE one. Quote Link to comment https://forums.phpfreaks.com/topic/50955-solved-error-showing-php-output-in-ie/#findComment-250698 Share on other sites More sharing options...
micah1701 Posted May 11, 2007 Share Posted May 11, 2007 happended to me yesterday. change: <script language="JavaScript" src="req/js.php"> to: <script language="JavaScript" src="req/js.php"></script> Quote Link to comment https://forums.phpfreaks.com/topic/50955-solved-error-showing-php-output-in-ie/#findComment-250700 Share on other sites More sharing options...
Ishkar Posted May 11, 2007 Author Share Posted May 11, 2007 Thanks man! Now is working PD: I hate IE!! Quote Link to comment https://forums.phpfreaks.com/topic/50955-solved-error-showing-php-output-in-ie/#findComment-250704 Share on other sites More sharing options...
micah1701 Posted May 11, 2007 Share Posted May 11, 2007 PD: I hate IE!! Angry Agreed! LOL. Welcome to phpfreaks, by the way Quote Link to comment https://forums.phpfreaks.com/topic/50955-solved-error-showing-php-output-in-ie/#findComment-250707 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.