Hi,
Any one know how to do a OR conditions in conditions field ... I want to add conditions like this
Any one know how to do a OR conditions in conditions field ... I want to add conditions like this
<?php
return array(
"session_profail" =>"06-06-2013",
"type <>" => "",
"status_borang" => "3",
"lvl1" => "3",
"lvl1" => "5"
);
?>
where lvl1 is either 3 OR 5 .. Anyone has idea?