Quote:
Originally Posted by xXziroXx
... which SQL refuses to accept.
|
Like I said, works fine for me.
EDIT: What exactly are you trying to do?
PHP Code:
temp.str = "God's Angel";
req("INSERT INTO 'bank' VALUES('" @ str.escape() @ "', 1111, 1)");
EDIT: I have noticed that it unnecessarily escapes quotations.