tqla Posted February 1, 2010 Share Posted February 1, 2010 Hello, in a Joomla class file there is this line below: $number_value = $account->number('1'); The column named "number" has a possible value of 1, 2, or 3. As it is stated above it will return the rows whose "number" column has the value of '1'. Can someone tell me how to write the line so that it returns the rows whose "number" column has the value of 1 AND 2 (but not 3)? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.