[PHP-DB] parsing in php i think

2003-03-02 Thread Lars Rasmussen
Hi All, I got some trouble. I need to parse the data in a whois database. But i don't know how to do it. It would be nice if i just could do something like this: -fsocket Domain: test.dk Username: foo_dk And then it somehow parse't and would return

Re: [PHP-DB] parsing in php i think

2003-03-02 Thread Koleszár Tibor
for parse: ereg, ereg_replace, str_replace, substr for socket: fsockopen, fclose, fgets You should start at www.php.net? Tibor - Original Message - From: Lars Rasmussen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 02, 2003 5:10 PM Subject: [PHP-DB] parsing in php