my problem is that showing error like this
Notice: Undefined index: OFFICE in C:\wamp\www\tre asurynet\Common \PHP\creaXMLMen u.php on line 44
i have been trying very much to get this error not having please help.. anyhow i wants to execute this one.. this is code
44 line: $office = explode(",", $attributes['OFFICE']);
//print_r($office );
for($i=0; $i<count($offic e); $i++)
{
if($_SESSION['Profile_Trea_T ype'] == $office[$i])
{
$print = 'Y';
break;
}
}
Notice: Undefined index: OFFICE in C:\wamp\www\tre asurynet\Common \PHP\creaXMLMen u.php on line 44
i have been trying very much to get this error not having please help.. anyhow i wants to execute this one.. this is code
44 line: $office = explode(",", $attributes['OFFICE']);
//print_r($office );
for($i=0; $i<count($offic e); $i++)
{
if($_SESSION['Profile_Trea_T ype'] == $office[$i])
{
$print = 'Y';
break;
}
}
Comment