테스트 사이트 - 개발 중인 베타 버전입니다

스킨적용시 오류 채택완료

강냉이 11년 전 조회 3,464

​​http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=98837&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EC%9D%BC%EC%A0%95&page=3">http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=98837&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EC%9D%BC%EC%A0%95&page=3

위 스킨을 적용했습니다

오류가 나는데 mysql 앞에 @붙이면 오류는 나지 않는데 값이 안나옵니다

적용사이트는 http://www.chooya.com/paul">http://www.chooya.com/paul 이구요 41번째줄 오류라고 나오는데

<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
$bo_table2 = 'g4_write_'.$bo_table;
// 이번달 첫날 구하기
$start = date("Ym").'00';
$end = date("Ym").'33';
$sql = "SELECT * FROM $bo_table2 where wr_link1 > $start and wr_link1 < $end order by wr_link1";
$query = mysql_query($sql);
// $row = mysql_fetch_array($query);

?>
<link href="/style.css" rel="stylesheet" type="text/css" />
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="calimg/cal_back.gif" style="background-repeat:repeat-y;">
<tr><Td colspan="4" align="center" style="padding-top:5px; padding-bottom:2px;">
<table width="95%" height="10" border="0" cellpadding="0" cellspacing="0"  background="calimg/dote.gif">
  <tr>
    <td></td>
  </tr>
</table>

</Td></tr>
  <tr>
    <td style="padding:0px 5px;"><table width="100%">
        <Tr>
          <td style="padding-left:56px; background-repeat:no-repeat; background-position:left;" colspan="4" background="calimg/cal_daycounter.gif" ><font size="+1">
            <?
 $sql2 = mysql_query("SELECT SQL_CALC_FOUND_ROWS * FROM $bo_table2 where wr_link1 > $start and wr_link1 < $end");
 $result = mysql_query("SELECT FOUND_ROWS()");
 $total = mysql_fetch_row($result);
 echo $total[0];

?>
            </font> </td>
        </Tr>
      </table></td>
  </tr>
  <tr>
    <td valign="top"><table width="99%">
        <?
 while($row = mysql_fetch_array($query)){
  $datee=$row[wr_link1];
   ?>
        <tr>
          <td style="padding-left:3px;"><font style='font-family:돋움; font-size:8pt;'>[
            <? // echo substr($datee,0,4)."년". ?>
            <? echo sprintf("%2d",substr($datee,4,2))."월".sprintf("%2d",substr($datee,6,2))."일"; ?> ]</font></td>
          <td><font style='font-family:돋움; font-size:8pt; color:#339933;'><b>
           <a href="<?=$g4[path]?>/bbs/board.php?bo_table=<?=$bo_table?>&wr_id=<?=$row[wr_id]?>" target="_parent"> <?=$row[wr_subject];?>
     </a>
            </b></font></td>
          <td style="padding-right:3px;"><font style='font-family:돋움; font-size:8pt;'>~<? echo sprintf("%2d",substr($datee,6,2))."일";?></font></td>
        </tr>
  <tr><Td></Td></tr>
        <?  } ?>
      </table></td>
  </tr>
  <tr>
    <td colspan="4"><img src="calimg/cal_down.gif" /></td>
  </tr>
</table>
​​이부분입니다

꼭필요한 스킨인데 안되네여 ㅠㅠ 고수님들 도와주세요​

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트
11년 전

echo $sql2;

찍어 보세요.

정상적인 쿼리 나오는지. 

로그인 후 평가할 수 있습니다

답변에 대한 댓글 4개

강냉이
11년 전
찍어보시라는게 정확하게 어떤건지;; 제가 워낙 초보라서요
왕계란
11년 전
echo $sql2;
쿼리문 이거요.
강냉이
11년 전
echo $sql2;
바꾸라는 말씀이시져 한번 해보겠습니다 ^^
강냉이
11년 전
우엉 ㅠ_ㅠ 너무 어렵네여 ㅠ_ㅠ 흐흐흐흐

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인