MySQL has restrictions in it that SQL Server doesn't have. Including the fact that you can't do some calculations on the table you are deleting from.
...
If you really can't tolerate naming the radio buttons "reason1", "reason2", "reason3",
then we *CAN* leave their names alone with just a little more coding work.
Don't confuse sliding timeout with sliding cache expiration, which is very very useful. Normal timeout means that each time the user hits the server the timeout starts over. I doubt seriously that...
You can only do that with JavaScript. You can't do it with server-side code because the HTTP protocol, used to communicate from browser to server, is strictly a "pull" protocol from the browser's...
First of all, you were using SUM() completely incorrectly. SUM() is an aggregate function and cannot be used without a GROUP BY. There was no reason at all for that function to be there, at all.
...
I am truly confused.
I don't know why you would *NEED* to parse that, given the message from Flash:
That says to me that Flash is *ALREADY* trying to parse your value,
and it is expecting...