관리자 여분 리스트 출력 오류 채택완료
서버 이전을 하면서 adm/list_m.php를 옮기려고 하는데 리스트 출력이 안됩니다. DB는 잘 옮겨져서 아래 코드에 문제가 있는 것 같은데 답변 주시면 감사하겠습니다. 그누보드는 5.1.0 사용중입니다.
<?
$SQL = "select * from g5_listm order by m_no asc";
$rs = mysql_query($SQL);
while($row = mysql_fetch_array($rs))
{
?>
답변 4개
추가 피해자 방지 https://sir.kr/conflictconsultation/245" rel="nofollow noreferrer noopener" target="_blank">https://sir.kr/conflictconsultation/245
댓글을 작성하려면 로그인이 필요합니다.
<?
$SQL = "select * from g5_listm order by m_no asc";
$rs = sql_query($SQL);
while($row = sql_fetch_array($rs))
{
?>
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
Warning: Use of undefined constant G5_MYSQLI_USE - assumed 'G5_MYSQLI_USE' (this will throw an Error in a future version of PHP) in /kad1048/www/lib/common.lib.php on line 1478
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
Warning: Use of undefined constant G5_MYSQLI_USE - assumed 'G5_MYSQLI_USE' (this will throw an Error in a future version of PHP) in /kad1048/www/lib/common.lib.php on line 1478