Hi,
I want to know if it is possible to allow linking from other specific site to my site.
I know i can work with $_SERVER['referrer'] or use the .htaccess file, but this isn't fool proof. When a user uses kerio firewall for example he can easily mask the referrer. That way the whole system is wide open.
The reason for this question is:
I'm running a large database for a wholesale company. Some webshops have a contract with this company for using the database trough a php script on my server. Those sites must have access offcourse, any other must be blocked.
Is there a way for doing so?
It has to be transparant for the visitors.
Thanks in advance,
Jeroen.