esthera
09-15-2005, 01:35 PM
how woudl you translate the following from php to asp --
$fp = fsockopen("www.example.com", 80, $errno, $errstr, 30);
if (!$fp) {
$fputs("kdjkj");
$fp = fsockopen("www.example.com", 80, $errno, $errstr, 30);
if (!$fp) {
$fputs("kdjkj");