Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のコードでは、次のエラーが表示されます。
グループ機能の不正使用
$query = mysql_query("SELECT `text` FROM `text` WHERE `id`=max(id)"); if(!$query) die(mysql_error()); while($row = mysql_fetch_array($result)) { echo $row['text']; }
私の間違いはどこですか?