-
12 Nov 2012 9:36 AM #11
-
12 Nov 2012 10:22 AM #12
You are using string interpolation for variable $query. The only way I can see your sql returning unrelated data is if the variable $query does not contain the correct data. For instance, if you did not set it, it would probably return everything. You could verify it by echoing out your sql and making sure the value you typed in your combo is getting into the sql. Of course Ext will output an error, but you can see the sql in the response.
-
15 Nov 2012 1:09 AM #13
-
17 Dec 2012 3:22 AM #14
Hello again,
this was working great on localhost, but getting error when deployed to the server:
any idea ?Code:Undefined variable: query


Reply With Quote