As most of you know with big projects you tend to get way ahead of your self and dont know where errors come from.then wind up seaching 1000+ lines of source for that little error like the ; after {echo"You have problems man"
Is tehre a way to make it sections.
like Show error like
echo "error in pig section
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in Location on line 369";
//Cow section
if($cow=="meat")
{echo "cow is meat";}
elseif
{echo"You have problems man";}
//pig
if($pig=="bacon")
{echo "pig is bacon";}
elseif
{echo"You have problems man"}
