관리자모드 들어가면 이상해요 정보
관리자모드 들어가면 이상해요본문
Parse error: syntax error, unexpected '/' in /home/u280801746/public_html/www/adm/index.php on line 359
가 떠버립니다..
그래서 359번째 줄을 찾아가보니
$list = $i%2;
echo "
<input type=hidden name=po_id[$i] value='$row[po_id]'>
<input type=hidden name=mb_id[$i] value='$row[mb_id]'>
<tr class='list$list col1 ht center'>
<td><a href='./point_list.php?sfl=mb_id&stx=$row[mb_id]'>$row[mb_id]</a></td>
<td>$row2[mb_name]</td>
<td>$mb_nick</td>
<td>$row[po_datetime]</td>
<td align=left> {$link1}$row[po_content]{$link2}</td>
<td align=right>".number_format($row['po_point'])." </td>
<td align=right>".number_format($row2['mb_point'])." </td>
</tr> ";
}
중에
<td>$row[po_datetime]</td>
줄입니다.. 뭐가 잘못되었을까요??
가 떠버립니다..
그래서 359번째 줄을 찾아가보니
$list = $i%2;
echo "
<input type=hidden name=po_id[$i] value='$row[po_id]'>
<input type=hidden name=mb_id[$i] value='$row[mb_id]'>
<tr class='list$list col1 ht center'>
<td><a href='./point_list.php?sfl=mb_id&stx=$row[mb_id]'>$row[mb_id]</a></td>
<td>$row2[mb_name]</td>
<td>$mb_nick</td>
<td>$row[po_datetime]</td>
<td align=left> {$link1}$row[po_content]{$link2}</td>
<td align=right>".number_format($row['po_point'])." </td>
<td align=right>".number_format($row2['mb_point'])." </td>
</tr> ";
}
중에
<td>$row[po_datetime]</td>
줄입니다.. 뭐가 잘못되었을까요??
댓글 전체
원본과 다른 부분 없음
가장 최근(오류나기 전) 작업 영역에서 ' 따옴표 관련 추가 처리가 필요한 부분이 있는지 우선 확인
- insert_point 함수 사용 한 적이 없는지 등
가장 최근(오류나기 전) 작업 영역에서 ' 따옴표 관련 추가 처리가 필요한 부분이 있는지 우선 확인
- insert_point 함수 사용 한 적이 없는지 등