Perhaps someone can shed light on it.
http://www.remoteprice.com/data.asp?sto ... M27&type=2
If you visit this URL, it probably open a page with two lines of code, one that says 68 I think.
But if you put this into html/php:
Code: Select all
<?php
$romanstock = "http://www.remoteprice.com/data.asp?storeid=44175&itemcode=M27&type=2";
$contentsstock = file_get_contents($romanstock);
preg_match('/var cText = \'([0-9]+)\'/', $contentsstock, $matches);
echo "$matches[1]";
echo "$contentstock";
?>Could one of the companies in the route of data, be blocking it ???
The companies are Cloudflare and Claranet.