Writing /var/www/bithack.se/projects/methabot/data/cache/9/938b3cee3e8e5f0f141dae1e719ce810.i failed
Unable to save cache file. Hint: disk full; file permissions; safe_mode setting.
Writing /var/www/bithack.se/projects/methabot/data/cache/9/938b3cee3e8e5f0f141dae1e719ce810.xhtml failed
Differences
This shows you the differences between the selected revision and the current version of the page.
| docs:modules:lmm_mysql:index 2009/02/23 23:04 | docs:modules:lmm_mysql:index 2009/02/23 23:19 current | ||
|---|---|---|---|
| Line 56: | Line 56: | ||
| function test() | function test() | ||
| { | { | ||
| - | var r = this.mysql.query(" | + | var r = this.mysql.query(" \ |
| - | INSERT INTO | + | INSERT INTO \ |
| - | `some_table` (`url`, `data`) | + | `some_table` (`url`, `data`) \ |
| - | VALUES ( | + | VALUES ( \ |
| - | '"+this.mysql.real_escape_string(this.url)+"', | + | '"+this.mysql.real_escape_string(this.url)+"', \ |
| - | '"+this.mysql.real_escape_string(this.data)+"' | + | '"+this.mysql.real_escape_string(this.data)+"' \ |
| )"); | )"); | ||