Jump to content

help with adding another parameter


tqla

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.