[PHP] Re: Detect where someone comes from

2006-03-06 Thread Barry
Benjamin Adams wrote: I was wondering if there was a way I can see where people are linking to me from. Can I find this in php? --Ben $_SERVER[HTTP_REFERER]; It's an Apache server variable. -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General

Re: [PHP] Re: Detect where someone comes from

2006-03-06 Thread Russell Jones
If you want to find out who is actually linking to you altogether (such as for search engine optimization, etc.) you are going to want to use the following search query in Yahoo... linksite:yoursite.com -site:yoursite.com This will tell you everyone who is linking to you minus the links coming