You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sql = "SELECT burrowbook.BurrowId, books.bookId, books.bookName, burrowbook.burrowDate, burrowbook.email FROM burrowbook INNER JOIN books on burrowbook.bookId=books.bookID AND burrowbook.email='{$email}' AND burrowbook.returnStatus='n';";
$result = $conn->query($sql);
$data = array();
// Iterate through the results and store the data in an array