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.
データベースからレコードを呼び出す小さな php スクリプトに取り組んでいます。私はこのコードを使用しています: ` mysql_query("select * from kalimat where cat=$id order by id");
` cat idがデータベースに存在しない場合、ユーザーを404エラーページにリダイレクトしたい!