Hey Everyone,
I have a form which contains three radio buttons and each one of those radio buttons has a value that needs to be assigned to three fields in a database. I'm using coldfusion and MySQL. So far my radio buttons act like they should, only problem is when i submit the form (which will update the database), coldfusion gives me an error which states the following:
Here is the lines of code the error points to...
I have implemented a <cfif> selection structure to assign the appropriate value to its corresonding radio button, in the lines of code above it starts with line number 245, the following code is all the lines before that which i implemented...
And lastly, here are the input tags for the radio buttons...
The error states there is something wrong with line of code with the WHERE clause, i can't see anything wrong with it, i'm assuming something before it is whats causing the problem.... can anybody see whats wrong with any of the syntax?
Thanks for your help,
- CK