1st thing to do is contact your host to see what the *actual* error is. (500 internal server error is a generic error response that can be triggered by many factors)
Although I'm at a loss to explain the error (and I've not been able to replicate it) it is interesting to note that all of the failures appear to contain partially valid SQL statements. "select * from"... it seem that these entries are somehow being interpreted as actual SQL commands rather than embedded text strings.
Although not a proper fix, you could try using alternative wording, such as "Please choose", 'Select Option', 'Make your selection', etc, etc.
I have to admit, I find this to be a very curious problem, and I'd love to know the cause.
Cheers
Rod



Reply With Quote

