Posted by Krustov on 08/06/06 18:20
<comp.lang.php>
<Janwillem Borleffs>
<Sun, 6 Aug 2006 02:36:32 +0200>
<44d53992$0$20028$dbd4f001@news.euronet.nl>
> Something like the following should do it:
>
> $domain = 'eu';
>
> $fp = fsockopen('das.eu', 4343);
> fputs($fp, "get 1.0 $domain");
> fpassthru($fp);
>
Thanks for that - but couldnt get it to work properly .
I'll leave out the .eu domain rather than waste time on it .
--
Encrypted email address
www.emailuser.co.uk/?name=KRUSTOV
Make a shorter url
www.vhit.co.uk
[Back to original message]
|