I am trying to change a WHERE clause within visual editor and can't get it to work.
I want to do the following
"ID_owner=" .$_SESSION["var_ID_country"] AND "archive_flag='N'"
First part is fine but as soon as I add the AND and the second part it all falls apart. It may be my syntax or maybe it doesn't support this.
Thanks in anticipation