PHP Suit - fsockopen https://www.php-suit.com/taxonomy/term/18/0 en Tip: Load URL content https://www.php-suit.com/tip-load-url-content <p>An interesting URL fetcher by <a href="http://www.bin-co.com">Bin-Co</a>. It workarounds all the curl, fsockopen and file_get_contents problems and provides a nice way to do content fetching.</p> <p><cite>PHP make fetching remote content very easy by including functions like file_get_contents() that has URL support. Unfortunately, this is a huge security threat - and many servers have disabled this feature in PHP. Also this is not the most optimized method to fetch an URL. Also, it is impossible to submit data using the POST method using this function.</cite></p> <p><a href="http://www.bin-co.com/php/scripts/load/">Load() Function for PHP - Fetch URL Content</a></p> https://www.php-suit.com/tip-load-url-content#comments Blog CURL download fsockopen How To... Load remote URL Useful scripts Tue, 14 Oct 2008 18:44:33 +0000 admin 31 at https://www.php-suit.com