Mercurial > hg > ywww
comparison goodreads/syncGoodreadsShelves.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 |
|---|---|
| 35 curl_setopt ($crl, CURLOPT_CONNECTTIMEOUT, $timeout); | 35 curl_setopt ($crl, CURLOPT_CONNECTTIMEOUT, $timeout); |
| 36 $ret = curl_exec($crl); | 36 $ret = curl_exec($crl); |
| 37 $ret = preg_replace("/[^[:alnum:][:punct:][:space:]]/","",$ret); | 37 $ret = preg_replace("/[^[:alnum:][:punct:][:space:]]/","",$ret); |
| 38 //echo $ret; | 38 //echo $ret; |
| 39 | 39 |
| 40 include "../../private/db.php"; | 40 include "../../../private/db_test.php"; |
| 41 | 41 |
| 42 $shelves = array(); | 42 $shelves = array(); |
| 43 | 43 |
| 44 $xml = new SimpleXMLElement(convert_utf8($ret)); | 44 $xml = new SimpleXMLElement(convert_utf8($ret)); |
| 45 for($i=0;$i<sizeof($xml->shelves->user_shelf);$i++){ | 45 for($i=0;$i<sizeof($xml->shelves->user_shelf);$i++){ |
