Hi, i used this code since years, without problems, but now it doesnt seem to work anymore.
I find no errors in error.log...
Anyone knows whats wrong?
It should just show a remote website per php, and if not poissble display a warning...
I find no errors in error.log...
Anyone knows whats wrong?
PHP:
$url = "http://XXX/produkt.php?q=some%20name";if (@file_get_contents($url)): @readfile("$url");else: echo "[div style='float:left'][img title='XXX' src='http://XXX/images/warnung.png'][/div][strong]XXX![/strong] [/br][/br]";endif;
It should just show a remote website per php, and if not poissble display a warning...