This is not even a PHP question. I am developing a site http://www.fiestea.com
There are 2 links on top to change the language. It works for firefox,IE7, opera but not on IE6.
I tried 2 different machines. When I click on the link using IE6, all I get is a blank page. I even put the whole path just to make sure and I still have a blank page.
Could someone please tell me what is wrong. I know is going to be something really stupid.
I thought there might be a php error so I use
ini_set('error_reporting', E_ALL);
ini_set('display_errors', 'On');
ini_set('display_startup_errors', 'On');
but there are no errors.