RE: [PHP] obtain IP from other site ( or domain name)

2001-03-06 Thread Jason Murray
> I have exchange link business program with other sites, > basically I give a hyper link to come to our store to them > and when user click on the link on their site to come to us, > they will genrate income from it too. > The question is that how do I know that when a user click on > the li

Re: [PHP] obtain IP from other site ( or domain name)

2001-03-06 Thread Philip Olson
A couple ways are : 1. Setup an affiliate link for them to use : http://www.you.com/foo.php?affiliate=them They'd stick that link on their site. Variable $affiliate will tell you the hit came from their (them) site. You log this information and analyze and fight over the validity of it wi

Re: [PHP] obtain IP from other site ( or domain name)

2001-03-06 Thread Nuno Silva
Hi, you can that a look at the REFERER header... but some browsers don't include it and is very easy to modify... If it isn't a problem for you, add the site id to the link: http://my.site.com/exchange?site=friend ...this tell's you the ID, but someone can enter it directly in the browser, too

[PHP] obtain IP from other site ( or domain name)

2001-03-06 Thread [EMAIL PROTECTED]
Hi people I have exchange link business program with other sites, basically I give a hyper link to come to our store to them and when user click on the link on their site to come to us, they will genrate income from it too. The question is that how do I know that when a user click on the link t