Anyone have any advice for implementing a CAPTCHA check for data entry on a php script where I do not have the users logging in? I am worried about spammers, but don't necessarily want a full authorization system.

Can I hook into something already available or is it easy to add myself?