> thanks for your response.
>
> I'm already working on the php "part" but just wondered how "bad" is to
> have backslash in front of quotes.

It's bad in the sense that you will have to predict every single event
(character) from the input and act accordingly. The API writers had
predicted them all and fixed bugs on it and you'd have to go through the
same work, which is not good. (reinventing the wheel).

always look for a stable library before doing it yourself ;)

--renato


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to