Hello
I have a php form that links through to a mysql database.
I want to allow people to access the form without having to register on the site.
My thoughts at the moment are put the form in a .htaccess pass protected directory to stop the spammers.
However, how do I then communicate the login/pass?
Can I put it on the page where they link through to the form?
Or are the spammers good enough to get the login details from the page and then go through?
Obviously this won’t stop the individual, but will it block the spam bots/scripts?
Any advice much appreciated!