You don't have an account yet?
Become part of our PHP community and register now...
<?php $fp = fsockopen('example.com', 80, $errno, $error, 5); if(!$fp) { echo "Konnte keine Verbindung zum Rechner aufbauen"; echo $error."(".$errno.")"; die(); } ?>
OffTopic:selfphp ist einfach nur schlecht, imho.
Comment