Hi all,
My hosting using PHP, and I have a partner on another hosting using CGI.
The CGI server have a referer check on the cgi file i am going to include. Which mean only the referer of "http://www.myphp.com/getCgi.php" can access the script. But it always return not referer when I am using include("http://cgiserver.com/result.cgi?test=1"). I tried if I put a <a href="http://cgiserver.com/result.cgi?test=1">Get it</a> and it works.
So I am consider the referer checking is using browser paramenters? How if I need just PHP include? Because the cgi file will just return a value, does not involve in clicking of web page..
This is quite urgent. Hope someone can help..
THanks and Wish you all Merry Christmas and Happy New Year.
Regards
Koo