묻고답하기

<?
$_zb_url = "http://heamang.com/zboard/";
$_zb_path = "/home/ggoom/zboard/";
include $_zb_path."outlogin.php";

$temp = mysql_query("select * from avatar_member_table where user_id = '$id'");
while($data = mysql_fetch_array($temp)) {
?>
<html>
<head>
</head>
<body topmargin=0 leftmargin=0>
<DIV style=' width:120; height:160; overflow:hidden;border:0'>
<DIV ID=Layer1 STYLE='position:absolute; left:0; top:0; z-index:1'><img id=ImgChar1 src=http://heamang.com/zboard/charimg/<?=$data[ava1]?> border=0></DIV>
<DIV ID=Layer2 STYLE='position:absolute; left:0; top:0; z-index:3'><img id=ImgChar2 src=http://heamang.com/zboard/charimg/<?=$data[ava2]?> border=0></DIV>
<DIV ID=Layer3 STYLE='position:absolute; left:0; top:0; z-index:2'><img id=ImgChar3 src=http://heamang.com/zboard/charimg/<?=$data[ava3]?> border=0></DIV>
<DIV ID=Layer4 STYLE='+ '+ 'position:absolute; left:0; top:0; z-index:5'><img id=ImgChar4 src=http://heamang.com/zboard/charimg/<?=$data[ava4]?> border=0></DIV>
<DIV ID=Layer5 STYLE='position:absolute; left:0; top:0; z-index:4'><img id=ImgChar5 src=http://heamang.com/zboard/charimg/<?=$data[ava5]?> border=0></DIV>
<DIV ID=Layer6 STYLE='position:absolute; left:0; top:0; z-index:6'><img id=ImgChar6 src=http://heamang.com/zboard/charimg/<?=$data[ava6]?> border=0></DIV>
<DIV ID=Layer7 STYLE='position:absolute; left:0; top:0; z-index:7'><img id=ImgChar7 src=http://heamang.com/zboard/charimg/<?=$data[ava7]?> border=0></DIV>
<DIV ID=Layer8 STYLE='position:absolute; left:0; top:0; z-index:8'><img id=ImgChar8 src=http://heamang.com/zboard/charimg/<?=$data[ava8]?> border=0></DIV>
<DIV ID=Layer9 STYLE='position:absolute; left:0; top:0; z-index:0'+ '><img id=ImgChar9 src=http://heamang.com/zboard/charimg/<?=$data[ava9]?> border=0></DIV>
<DIV ID=Layer10 STYLE='position:absolute; left:0; top:0; z-index:10'><img id=ImgChar10 src=http://heamang.com/zboard/charimg/img_blank.gif border=0 width=120 heigh=160></DIV></div>
</DIV>
</body>
</html>
<?
}
?>

소스가 이렇게 되어 있거든여...
그런데여 이런 오류가 나네여...
Warning: Unexpected character in input: '' (ASCII=92) state=1 in /home/ggoom/zboard/avatar.php on line 2

Parse error: parse error in /home/ggoom/zboard/avatar.php on line 29
도움부탁드립니다.