Brad Roberts

Results 4 comments of Brad Roberts
trafficstars

We do something similar. I haven't run into this issue yet, but I have thought about the possibility of simultaneous sessions being a problem. Here's two things we currently do...

It looks like you may be providing an empty string for the third argument to `$rets->Search`. This argument needs to be a valid DMQL query. The example code uses an...

You could use Composer to install PHRETS on your local computer, then FTP the entire `vendor` directory to your web server. You'll just need to require the autoload file that...

This package (or library), like most PHP packages, is not something you install on a web server. Most PHP packages are meant to be "installed" in your project, which just...