浏览代码

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 />';
}
?>

正在加载...
取消
保存