Hi.
I want to assign two values (numbers) to a variable and here's the code:
if (( $no_rooms == '1' ) && ($no_rooms2 == '2')) {
$no_rooms = '1';
$no_rooms = '2';
}
What i want to do is, printing all posts(wordpress) those have 1 OR 2 rooms. But it prints ONLY the posts those have 2 rooms. I'm stucked so help me please.
I would be grateful of any help and sorry about my english btw.