Failed connection to db ipdb. Can't continue."); exit; } $custid = $_REQUEST['custid']; if (isset($_REQUEST['deletecust'])) { print "Deleting $custid from WHOIS\n". "

Deleting $custid from WHOIS

\n". "Back to admin
\n". "Back to WHOIS customer list\n"; $qu = pg_exec ("DELETE FROM customers WHERE custid='$custid'"); if (!$qu) { print "Error deleting $custid. Mail Kris.\n"; } print "\n"; exit; } ?> [IPDB admin] Updating WHOIS data

Updating WHOIS data for

Back to admin
Back to WHOIS customer list ". "CustID$custid\n". "Name$name\n". "Street address$addr1\n". "Address 2$addr2\n". "City$city\n". "Province$prov\n". "Country$country\n". "Postal code$pocode\n". "Phone$phone\n". "Tech handle$tech\n". "Abuse handle$abuse\n". "Admin handle$admin\n". "Default rDNS$rdns\n". "\"Special\"
$special
\n". "\n"; ?>