2020-01-29 12:38:42 -0600 | received badge | ● Famous Question (source) |
2018-11-29 13:56:21 -0600 | marked best answer | search query by ListingID I am trying to create a query using phrets to download records by L_ListingID (PHRETS) I am getting return error "invalid Select" This is a test query - i am trying to write the query to select up to 100 L_ListingID's - can you point me in the right direction? |
2018-11-29 13:30:10 -0600 | answered a question | search query by ListingID omg - yes - Thank you for your help. I am just finishing up the new code and even though i download 100 id's at a time |
2018-11-29 08:32:12 -0600 | received badge | ● Notable Question (source) |
2018-11-20 14:07:27 -0600 | received badge | ● Popular Question (source) |
2018-11-20 13:58:37 -0600 | commented question | search query by ListingID I get Curl Error 27 - when i try 500 ID's CURLE_OUT_OF_MEMORY |
2018-11-20 13:57:41 -0600 | commented question | search query by ListingID I get Curl Error 27 - when i try 500 ID's |
2018-11-20 13:54:08 -0600 | answered a question | search query by ListingID interesting - i am using xampp for testing - i will check the time out and try again - previously i was downloading all |
2018-11-20 13:24:01 -0600 | commented question | search query by ListingID I think so...so what i am trying to doing is this. Download just the basics query="(L_InputDate=2016-01-01T00:00:00+), |
2018-11-19 01:10:41 -0600 | edited answer | search query by ListingID here is the solution $results = $rets->Search('Property', 'RU_2', 'L_ListingID=224934467', ['Limit' => 1]); does |
2018-11-19 01:09:41 -0600 | answered a question | search query by ListingID here is the solution $results = $rets->Search('Property', 'RU_2', 'L_ListingID=224934467', ['Limit' => 1]); |
2018-11-19 00:52:59 -0600 | asked a question | search query by ListingID search query by ListingID I am trying to create a query using phrets to download records by L_ListingID (PHRETS) $ |
2018-07-30 14:38:57 -0600 | received badge | ● Famous Question (source) |
2018-04-26 16:49:38 -0600 | received badge | ● Notable Question (source) |
2018-04-25 20:51:14 -0600 | received badge | ● Famous Question (source) |
2018-04-25 20:49:13 -0600 | received badge | ● Popular Question (source) |
2018-04-02 04:39:25 -0600 | asked a question | connection error using PHP connection error using PHP I have been running the PHP code for over a year with no problems - Howerver i am now getting |
2018-01-11 20:18:16 -0600 | commented question | phrets:Unable to download image urls reinstalled 2.5 phrets setRetsVersion('1.7.2'); i now get error message 20414:URL Location Not Supported |
2018-01-11 20:11:23 -0600 | commented question | phrets:Unable to download image urls reinstalled 2.5 phrets i now get error message 20414:URL Location Not Supported |
2018-01-11 17:50:01 -0600 | received badge | ● Notable Question (source) |
2018-01-11 17:40:40 -0600 | commented question | phrets:Unable to download image urls version is 2.5 user agent is in the original post RobToutant/1.0 and I use a usergent password all the code works - i ca |
2018-01-11 17:12:57 -0600 | received badge | ● Popular Question (source) |
2018-01-11 15:06:15 -0600 | commented question | phrets:Unable to download image urls updated the original post with the information requested no error message but if($photo->isError()) is true getCode |
2018-01-11 14:12:26 -0600 | edited question | phrets:Unable to download image urls phrets:Unable to download image urls setLoginUrl('http://rebrae.retsiq.com/contact/rets/login'); $config->setUsername |
2018-01-11 14:11:34 -0600 | commented question | phrets:Unable to download image urls updated the original post with the information requested no error message just blank location |
2018-01-11 14:11:04 -0600 | commented question | phrets:Unable to download image urls updated the original post with the information requested |
2018-01-11 14:10:59 -0600 | edited question | phrets:Unable to download image urls phrets:Unable to download image urls $config->setUsername('etoutaro1'); $config->setPassword(XXXXXXX'); $config-& |
2018-01-11 14:10:59 -0600 | received badge | ● Editor (source) |
2018-01-11 13:33:51 -0600 | asked a question | phrets:Unable to download image urls phrets:Unable to download image urls $v = "224983063"; $photos = $rets->GetObject("Property", "Photo", $v,"*","1"); |