Page 1 of 1

Using #id# on SQL sentence

Posted: Tue Jun 05, 2012 8:13 pm
by esstein
Hi,

When I use the Apostrophe on the SQL sentence, the value after save changes like this:
select '#id#'
... after save the form shows:
select \'#id#\'
What is happening?

Thnaks,
Evandro

Re: Using #id# on SQL sentence

Posted: Wed Jun 06, 2012 8:37 am
by zazzium
Hi,

Turn off "Magich quates" in php settings.

Re: Using #id# on SQL sentence

Posted: Wed Jun 06, 2012 7:29 pm
by esstein
zazzium wrote:Hi,

Turn off "Magich quates" in php settings.
Thanks zazzium, it help me a lot.

I added the command bellow on /public_html/.htaccess and nuBuilder is working ok:

Code: Select all

php_flag magic_quotes_gpc Off
Evandro

Re: Using #id# on SQL sentence

Posted: Wed Jun 13, 2012 7:47 am
by admin
.