Mercurial > hg > ywww
comparison php/read/updateLink.php @ 42:3f400072bf14
merge, involved ediff3 wrt getAmazonInfo.php
| author | Charlie Root |
|---|---|
| date | Sat, 05 Jan 2019 06:21:12 -0500 |
| parents | f024f2f08994 |
| children | a67bf725e87b |
comparison
equal
deleted
inserted
replaced
| 41:0578c6e438d3 | 42:3f400072bf14 |
|---|---|
| 4 echo $linkID; | 4 echo $linkID; |
| 5 $change = strval($_GET['change']); | 5 $change = strval($_GET['change']); |
| 6 echo $change; | 6 echo $change; |
| 7 $dir = strval($_GET['dir']); | 7 $dir = strval($_GET['dir']); |
| 8 echo $dir; | 8 echo $dir; |
| 9 $userID = strval($_GET['userID']); | 9 $userID=""; |
| 10 if (isset($_GET['userID'])) { | |
| 11 $userID = strval($_GET['userID']); | |
| 12 } | |
| 10 echo $userID; | 13 echo $userID; |
| 11 | 14 |
| 12 include "../../../private/db.php"; | 15 include "../../../private/db.php"; |
| 13 | 16 |
| 14 $pos = 0; | 17 $pos = 0; |
