|
Posted by joshbeall on 11/18/52 11:40
Looks like you're not escaping the POST'd data, which is very
dangerous, unless you are automagically escaping incoming data.
Anyway, I'd suggest storing your query in a string, then echoing it
before it is executed so you can see the entire query, Then you might
be able to see where the problem is. Nothing jumps out at me after a
cursory glance at your code.
Navigation:
[Reply to this message]
|