'; } if (strtoupper(substr($display,-3)) == "GIF") { echo ''; } if (strtoupper(substr($display,-3)) == "SWF") { echo ' '; } if ((strtoupper(substr($display,-4)) == "HTML") or (strtoupper(substr($display,-3)) == "HTM")) { $URL = "www.focaltek.com"; $fp = fsockopen ($URL, 80, $errno, $errstr, 30); $request = 'GET '.$display.' HTTP/1.0\n\n'; if (!$fp) { echo "$errstr ($errno)
\n"; } else { fputs ($fp, $request); while (!feof($fp)) { echo fgets ($fp,128); } fclose ($fp); } } ?>
FOCALTEK
MORE

HELP US