Hope you can help me out with this one. I have a newsletter that I update and email it to customers on a monthly basis. This email is integrated in a bulk mail php script. The script queries an SQL database to get the email addresses.
What I am concerned about is that anyone can access this script and execute it. For example by visiting this page: www.domain.com.au/newsletter/bulk_email.php
How do I protect this script so only I can access/execute it and not the public? Is there password protection, or what is the best method?
Thanks,
D