Search found 1 match
- Fri May 20, 2005 10:54 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Parsing problem
- Replies: 1
- Views: 2993
Parsing problem
Hi, i think there may be a definite bug in the parsing/highlighting engine, when it comes to escaping backslashes: any code after the function (which is supposed to double backslashes in a string and to escape single quotes): function for_sql($val) { return str_replace("'", "\'", str_replace ...