Mercurial > hg > ywww
view php/read/deleteSavedList.php @ 15:385ddd7c4b55 testing
use test_db.php to get mysqld_test instance
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sun, 19 Feb 2017 16:17:53 +0000 |
parents | 077b0a0a3e6d |
children |
line wrap: on
line source
<?PHP $user = $_GET['User']; $list = $_GET['list']; include "../../../../private/db_test.php"; $query = "CALL b_deleteSavedList($user, \"$list\")"; echo $query; $results = mysqli_query($link, $query); mysqli_close($link); ?>