there is no error, it just doesnt load the page at all, but it seems to work with the single equals sign.
else if($id == "benefits")
{
include ("benefits.inc");
}
should work, but its not- i catch the error with my own error message and this is the only error i get. I took out my own catch statement, but i still didnt get a php error message.
Im confused!