Thank you microsoft for yet another bug that ruined some store processing code. There two bugs to look out for: not using a capital L, and not killing the process.
Example:
header(‘location http://www.mywebsite.com/relocate/’);
Bad code for internet explorer. To assure you are relocated and the page you are calling the header doesn’t magically reload itself and ruin your life:
header(‘Location http://www.mywebsite.com/relocate/’);
die();
die();
0 comments ↓
If you found this post useful click the share this button. Contribute below by adding a comment, no registration is required.
DCE Related Posts
ie6 text bottoms are cut off. Learn how to fix the internet explorer bug using css. Read Full Article...
Separate Capital letter words without Spaces in PHP using regular expressions Read Full Article...
Read Full Article...
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment