I’m using a PHP contact form in a site I’m building using expression engine (I decided to try to figure out how to use a standard PHP form in EE rather than use the e-mail module since this project is a learning experience.) and it works fine in the big 3 browsers (IE6, IE7, Firefox) that is until I incorporate the PHP anti-spam script called securimage. It’s basically a captcha and adds an image w/ a code to be input to the form. This works fine in IE7 and Firefox, but for some reason, in IE6, the code always evaluates false. I’ve been researching this problem, but since I don’t exactly know what’s going wrong, and I’m new to PHP I’ve had trouble finding answers. Has anyone had this kind of problem before or can anyone hypothesize what might be going wrong? Sorry for the nebulous nature of this post, any feedback will be appreciated.