Mercurial > hg > ywww
view php/read/addListToMyMap.php @ 54:a04fc91bbd95
avoid warning on boolean
author | Charlie Root |
---|---|
date | Fri, 07 Jun 2019 16:35:16 -0400 |
parents | a67bf725e87b |
children |
line wrap: on
line source
<?php $userID=$_GET['userID']; $listName=urldecode($_GET['listName']); //echo $userID; //echo $listName; include "db.php"; $ynrList = "CALL b_setMap_ChangeListName($userID,\"$listName\", \"MyMap\")"; echo $ynrList; $results = mysqli_query($link, $ynrList) or exit( mysqli_error( $link )); ?>