소스 검색

moved code around to proper section

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

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

@@ -12,9 +12,6 @@ if (!$result = $con->query($sql)){
}
# experimental stuff
if ($whattoon == ""){
echo 'Options for what to do after character selection goes here <BR />';
echo 'Character id selected is ' . $whattoon . '<BR />';
} else {
echo '<FORM METHOD="POST" NAME="cselect" ACTION="gw-toon.php">';
echo '<SELECT NAME="cname">';
while ($row = $result->fetch_array()){
@@ -23,5 +20,8 @@ if ($whattoon == ""){
echo '<OPTION VALUE="' . $charid . '">' . $charname . '</OPTION>';
}
echo '</SELECT><INPUT TYPE="SUBMIT" VALUE="Choose Toon"></FORM>';
} else {
echo 'Options for what to do after character selection goes here <BR />';
echo 'Character id selected is ' . $whattoon . '<BR />';
}
?>

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