Undefined Index Notice In Internet Explorer Only

Posted on 16th Feb 2014 by admin

I am getting the following notice:

QuoteNotice: Undefined index: jrox in /home/ycsn/public_html/mem/includes/html/templates/template_member_home_page.php on line 20

It only appears within Internet Explorer. I have only tested it with IE 7.

The code which is located on line 20 is here:
Code: [Select] <?php

$a = explode('###', urldecode($_COOKIE['jrox']));
$affid = $a[0];

$b = $_SESSION['mulogin'];
?>
Any ideas why this error would be occurring in IE only? Besides the obvious, IE SUCKS, lol. I am running PHP version 5.2.8 and MySQL version 5.0.67-community PHP is running in CGI mode.


Chad

Other forums