Mercurial > hg > ywww
comparison php/read/getAllSavedBooks.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 |
comparison
equal
deleted
inserted
replaced
| 14:1477b5e6dd16 | 15:385ddd7c4b55 |
|---|---|
| 1 <?PHP | 1 <?PHP |
| 2 | 2 |
| 3 if(isset($ret)) | 3 if(isset($ret)) |
| 4 { | 4 { |
| 5 include "../../private/db.php"; | 5 include "../../../private/db_test.php"; |
| 6 } | 6 } |
| 7 else | 7 else |
| 8 { | 8 { |
| 9 include "../../../private/db.php"; | 9 include "../../../../private/db_test.php"; |
| 10 } | 10 } |
| 11 | 11 |
| 12 $savedBooks = 0; | 12 $savedBooks = 0; |
| 13 | 13 |
| 14 //$UserID = $_GET['User']; | 14 //$UserID = $_GET['User']; |
