Re: [PHP] Re: link counting

2007-04-07 Thread Sebe
Tijnema ! wrote: On 4/7/07, itoctopus <[EMAIL PROTECTED]> wrote: Use the function is_url (note that I haven't written it) instead to check if the link is a URL. Not only your method may count some links twice, but it will count wrong URLs also. External is not a URL that will take someone ext

Re: [PHP] Re: link counting

2007-04-07 Thread Tijnema !
On 4/7/07, itoctopus <[EMAIL PROTECTED]> wrote: Use the function is_url (note that I haven't written it) instead to check if the link is a URL. Not only your method may count some links twice, but it will count wrong URLs also. External is not a URL that will take someone externally. Below is th