Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
help in php
i use this script but it doen't open and show the site..( something.txt include http://yahoo.gr)… what i'm doing wrong??? <?php
$filename = "/home/dovis/public_html/something.txt"; $handle = fopen($filename, "r");
$contents = fgets($handle,4096); $gea=$contents;
echo '<script>location.replace("'.$gea.'");</script>'; fclose($handle);