This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
plugin_tutorial_escaping [2013/08/16 15:40] Christoph M. Becker added navigation links |
plugin_tutorial_escaping [2018/10/26 15:33] (current) |
||
---|---|---|---|
Line 58: | Line 58: | ||
That's usually not an issue regarding CMSimple_XH, but for the sake of completeness a short note: you'll probably best off using prepared statements when you have to construct a query dynamically. Then the engine will handle the escaping for you. | That's usually not an issue regarding CMSimple_XH, but for the sake of completeness a short note: you'll probably best off using prepared statements when you have to construct a query dynamically. Then the engine will handle the escaping for you. | ||
- | << [[plugin_tutorial_admin|Administration]] | [[plugin_tutorial_javascript|JavaScript]] >> | + | << [[plugin_tutorial_admin|Administration]] | [[plugin_tutorial_data|Data Storage]] >> |