소스 검색

stupid

development
mauirixxx 8 년 전
부모
커밋
b64b1fb6e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php 파일 보기

@@ -9,6 +9,6 @@ if (!$result = $con->query($sql)){
die ('There was an error running the query [' . $con->error . ']');
}
while ($row = $result->fetch_array()){
echo 'Please select a character to continue: ' . $row['charname'] . '<BR />;
echo 'Please select a character to continue: ' . $row['charname'] . '<BR />';
}
?>

불러오는 중...
취소
저장