Julian Davchev wrote: > > Stuff I put in form text field (including enluding quotes) ->> ';?%>' >
It worked fine for me when I used the Mysqli Adapter. However, I get the exceptions you described when I changed the adapter to the Pdo_Mysql Adapter. Apparently, PDO isn't clever enough about noticing that the parameter placeholder is inside a quoted string. Regards, Bill Karwin -- View this message in context: http://www.nabble.com/Quesion-mark-breaks-queries-as-it-expects-to-bound-them-tp15586615s16154p15624052.html Sent from the Zend Framework mailing list archive at Nabble.com.
