/ Published in: PHP
This example will CURL a forum and echo it's contents using SSL support.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php function get_data($url) { $timeout = 5; return $data; } $returned_content = get_data('http://faucetlove.com'); // Curl a bitcoin forum echo $returned_content; ?>