Oct 27, 2006 #1 Pete222 Programmer Dec 29, 2002 85 GB I cannot find any info on this. I have just installed the latest version of appache & php. I have setup a page called test.php that contains: <? phpinfo(); ?>. This works in firefox but shows a blank page in IE6 & IE7. Anybody know how I can fix this? Pete.
I cannot find any info on this. I have just installed the latest version of appache & php. I have setup a page called test.php that contains: <? phpinfo(); ?>. This works in firefox but shows a blank page in IE6 & IE7. Anybody know how I can fix this? Pete.
Oct 27, 2006 Thread starter #2 Pete222 Programmer Dec 29, 2002 85 GB Sorry, I am unsure why, but it is working now :S Pete. Upvote 0 Downvote
Oct 27, 2006 #3 dkdude Programmer Jun 16, 2003 849 DK Pete, Sometimes I see odd stuff with IE -seems that IE cashes a lot of stuff. Anoying. Glad you got it working now ;-) Regards Jakob Upvote 0 Downvote
Pete, Sometimes I see odd stuff with IE -seems that IE cashes a lot of stuff. Anoying. Glad you got it working now ;-) Regards Jakob
Oct 27, 2006 #4 jpadie Technical User Nov 24, 2003 10,094 FR it will have been a client side cache issue. Upvote 0 Downvote
Oct 27, 2006 #5 bam720 Technical User Sep 29, 2005 289 US ^^^ To fix that in IE just hold down the shift key and F5. This forces the browser to go and fetch a new version rather then the cached version. Upvote 0 Downvote
^^^ To fix that in IE just hold down the shift key and F5. This forces the browser to go and fetch a new version rather then the cached version.