can anyone tell me why this does not work
<?php
$host = '69.206.75.152';
if($socket =@ fsockopen($host, 8088, $errno, $errstr, 30)) {
$port= ":8088";
fclose($socket);
} else {
$port= ":3333" ;
$LINK = $host,$port;
}
?>
<div>
<iframe name='main' src="http://<?php echo $link;"?> height='100%' width='100%' frameborder='0' scrolling='no'> </iframe>"