atticus Posted August 14, 2008 Share Posted August 14, 2008 Hi all, Maybe someone has run into this issue before and can give me some direction. I built a website using PHP. The website was finished several months ago and was being hosted on a linux hosting account. I switched the site to a virtual server with Godaddy. IE6 users are now getting a white page for the website. It worked with lE6 originally. It is viewable in IE7 and firefox. Anyone have any suggestions? Link to comment https://forums.phpfreaks.com/topic/119662-internet-explorer-6-php-error/ Share on other sites More sharing options...
taith Posted August 14, 2008 Share Posted August 14, 2008 firstly... i'd like to say... since when doesnt ie6 have errors? secondly... i would say that php is only active on the server side... so unless you have browser detection software and/or browser specific programming... it shouldnt be a php error thirdly... whats getting outputted into the ie6's source? (right click, view source) if its all there, then its a browser parsing problem... if its not, it may still be a browser problem, but it may also be a php non-outputting problem... try echo 'test'; at the top of your php script... see if anything comes out... Link to comment https://forums.phpfreaks.com/topic/119662-internet-explorer-6-php-error/#findComment-616550 Share on other sites More sharing options...
revraz Posted August 14, 2008 Share Posted August 14, 2008 The majority of these problems are HTML errors and not PHP ones. So chances are, you have some improper HTML and/or FORMS. Link to comment https://forums.phpfreaks.com/topic/119662-internet-explorer-6-php-error/#findComment-616668 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.