Quantcast
Channel: Sensis Developer Centre - SAPI: PHP example with Curl
Browsing latest articles
Browse All 4 View Live

PHP example with Curl

If you have problems installing PECL, here is an example using Curl

View Article



PHP example with Curl

Why would you use cURL? file_get_content using a query string is much easier. [code] $apikey = "..."; $endpoint = "..."; $url = $endpoint . "?key=" . $apikey . "&query=" . urlencode($query) ....

View Article

PHP example with Curl

Hi Dale, Thanks for your feedback. We were thinking of changing the PHP example in the documentation to use cURL since it's easier to install (as opposed to the HttpRequest object) and seems to be...

View Article

PHP example with Curl

why the whole result is not shown, it only shows 20 pages and gives the message "Number of pages capped at 20, too many results found"

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images