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)? Link to comment https://forums.phpfreaks.com/topic/190513-help-with-adding-another-parameter/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.