Hello!
I made a web site using PHP Open sources for message board.
Everything's fine except one computer can't open a message writing
page.
The code that gives an error is the following.
if(!eregi($HTTP _HOST,$HTTP_REF ERER)) Error("Write in the normal way");
The browser is IE 6.0 and I configured the options the same as other
computer.
What's wrong?
TIA.
Sam
I made a web site using PHP Open sources for message board.
Everything's fine except one computer can't open a message writing
page.
The code that gives an error is the following.
if(!eregi($HTTP _HOST,$HTTP_REF ERER)) Error("Write in the normal way");
The browser is IE 6.0 and I configured the options the same as other
computer.
What's wrong?
TIA.
Sam
Comment