set_charset ('utf8'); if ($result = $mysqli -> query ("SELECT * FROM threads WHERE id = $thread")): $row = $result -> fetch_assoc (); $title = $row['title']; $explain = $row['explain']; $result -> close (); endif; if (isset ($_GET['id']) && isset ($_GET['evaluate']) && (($_GET['evaluate'] == 'good') || ($_GET['evaluate'] == 'bad'))): $mysqli -> query (" UPDATE responses SET {$_GET['evaluate']} = {$_GET['evaluate']} + 1 WHERE (thread_id = $thread) AND (response_id = {$_GET['id']})"); header ("Location: ./?thread=$thread&sort=$sort"); endif; ?> <?= ($title == '') ? '' : ($title . ' - ') ?>キケッツチャンネル お絵描き掲示板

クソ掲示板

スレ名:
スレ内容:
query ("SELECT * FROM threads WHERE id <> 1 ORDER BY latest DESC")): while ($row = $result -> fetch_assoc ()): ?>

'): ?>
 更新:1 レス

') endwhile; // end of ($row = $result -> fetch_assoc ()) endif; // end of ($result = $mysqli -> query ("SELECT * FROM threads ORDER BY latest DESC")) else: // $thread != -1 ?>

'): ?>


query (" SELECT response_id as id, name, message, date, image, held, deleted, pass, good, bad, good - bad as evaluate FROM responses WHERE thread_id = $thread ORDER BY " . (($sort == 'td') ? 'id DESC' : (($sort == 'eg') ? 'evaluate DESC, id DESC' : (($sort == 'ta') ? 'id ASC' : (($sort == 'eb') ? 'evaluate ASC, id DESC' : 'id DESC')))))): while ($row = $result -> fetch_assoc ()): ?>
:
1

削除されました.

確認中です.

close (); endif; ?>

レス削除

削除したいレス番号と削除用パスワードを入力して “削除” を押してください.