Posted by Robertico on 09/03/05 18:11
Thanks,
> <?php
> $url = 'http://tobyinkster.co.uk';
> $n = 12 + strlen(`lynx -dump -number_links -nolist '$url'`);
> $list = substr(`lynx -dump -number_links '$url'`, $n);
> print "<pre>$list</pre>";
> ?>
Great solution using Lynx. My first impression is that it works great !
Robertico
Navigation:
[Reply to this message]
|