If you've got ASP skills, please let us know.
Hey Mike,
I just started setting up the code for ASP on one of my sites.
I'll start a new thread if you don't mind about the ASP setup.
I've found a few issues with the sample code that doesn't make it a Copy/Paste for ASP sites.
Here's what I have:
Comment line is missing a ' (appostrophe) before the ###.
Issue: CLng(emailreponse) error.
The line emailResponse = responseArray(7) is picking up a rouge html tag that is in the html (tag) pre (tag) and (tag) br/ (tag)
This is causing the CLng( to toss the error because it's looking for the last field to be only a number and it's picking up the html tags.
You can see it by running a simple query then viewing the HTML results source