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.
結合された 2 つのテーブルの画像を表示するギャラリーを想定しています。どういうわけか、1 つではなく 2 つの重複した画像がポップアップし続けます。テーブルに参加したときにのみ発生します。javascriptまたはいくつかのphpコードを使用してこれを防ぐ方法はありますか. 私は何か間違ったことをしています。
クエリをこれに変更します。
$sql = " SELECT images.id, header.username, images.message, images.name FROM images INNER JOIN header ON images.message=header.file group by images.id; ";
GROUP BY