Mercurial > hg > ywww
comparison xml/amazonBookSearch.php @ 49:a67bf725e87b
put both paths in include_path and depend on that
| author | Charlie Root |
|---|---|
| date | Wed, 16 Jan 2019 13:42:15 -0500 |
| parents | da133c130c1d |
| children |
comparison
equal
deleted
inserted
replaced
| 48:da133c130c1d | 49:a67bf725e87b |
|---|---|
| 1 <?php | 1 <?php |
| 2 | 2 |
| 3 include_once "ywww/dlog.php"; | 3 include_once "dlog.php"; |
| 4 | 4 |
| 5 include_once "ywww/xml/doAmazonRequest.php"; | 5 include_once "xml/doAmazonRequest.php"; |
| 6 | 6 |
| 7 $Adefault=array( | 7 $Adefault=array( |
| 8 'language' =>'en', //what language to render the page in | 8 'language' =>'en', //what language to render the page in |
| 9 'locale' =>'us', //which server's products? available: ca,de,fr,jp,uk,us | 9 'locale' =>'us', //which server's products? available: ca,de,fr,jp,uk,us |
| 10 'page' =>1, //first page to show (we are counting from 1 not 0) | 10 'page' =>1, //first page to show (we are counting from 1 not 0) |
