I'm interested in getting tv programming schedule info via a php web application and I have a few questions:
1. Can I "try before I buy" to see the quality of the information that is delivered by SD? What's the easiest way to check out the SD service?
2. I looked at the sample php code and see the following
- Code: Select all
$client = new SoapClient
$client->download(...)
and looking up the SoapClient class on the PHP website, it only shows the new method for the constructor
- Code: Select all
SoapClient->__construct()
and no "download" method.
Does the sample php code work with PHP 5.x?
Thanks
Richard