Mercurial > hg > ywww
view php/read/deleteSavedList.php @ 53:dd93cb4b77ad
more debugging (too much for production), fallback to DB if getBookDetails is knocked back by Amazon
| author | Charlie Root |
|---|---|
| date | Thu, 06 Jun 2019 16:37:20 -0400 |
| parents | a67bf725e87b |
| children |
line wrap: on
line source
<?PHP $user = $_GET['User']; $list = $_GET['list']; include "db.php"; $query = "CALL b_deleteSavedList($user, \"$list\")"; echo $query; $results = mysqli_query($link, $query); mysqli_close($link); ?>
