On a website I'm working on, I would like to collect a user's name and email address to add to a mailing list.
My question is NOT how to do this, I know that part.
What I would like to know is, how would I do this so as to avoid spam, robots, etc?
I would like to prevent as much non-human interaction as possible, while keeping the HTML interface as easy to use as possible.
I am using PHP as a back-end, if it matters.
Thanks,
Austin