Zeeshan Arshad
09-24-2005, 09:49 PM
Hello Dear Friends,
I'm facing a problem with PHP programming to complete my email application.
I want visitors to be restricted to use my email form via various locations.
i.e, I want to ALLOW some predefined URL (saved in database)
* www.abc.com
* www.xyz.com
$refer = $_SERVER['SERVER_NAME'];
it doesn't solve the problem.
can anybody please let me know the exact code or snippet to be used for such purpose?
Thanks & Best Regards
I'm facing a problem with PHP programming to complete my email application.
I want visitors to be restricted to use my email form via various locations.
i.e, I want to ALLOW some predefined URL (saved in database)
* www.abc.com
* www.xyz.com
$refer = $_SERVER['SERVER_NAME'];
it doesn't solve the problem.
can anybody please let me know the exact code or snippet to be used for such purpose?
Thanks & Best Regards