ro6er
Programmer
- Jul 1, 2003
- 76
I don't get this, it should be simple one but I keep getting an error:
syntax error, unexpected T_ELSE in
All i want to do here is place some data in between the statement, in this case "Some text here..".
syntax error, unexpected T_ELSE in
All i want to do here is place some data in between the statement, in this case "Some text here..".
Code:
if($level_depth1 ==0 or $level_depth1 ==1) {
echo $catname1;
echo "\n";
}
?>
Some text here..
<?
//SUBCAT LISTING
else {
echo "\t";
echo $catname1;
echo "\n";
}