未定義のインデックス通知が表示されますが、修正方法がわかりません。
Notice: Undefined index: id in /home/jharvard/vhosts/localhost/html/book_details.php on line 10
問題のあるコードは次のとおりです。
// query for the listing
$listing = query("SELECT name, author, id, edition, price, course, date FROM books WHERE submission = ?", $_GET["submission"]);
// query for the email of the seller
$seller = query("SELECT email FROM users WHERE id = ?", $listing["id"]);
誰でも助けることができますか?どうもありがとうございました。