I don't understand why this simple code doesn't work correctly:
if (func_get_arg(2) != '44' || func_get_arg(2) != '48') {
//don't show arrows if category is 44 (WOW IS) or 48 (WOW ERP)
echo '</td><td width="1" align="left" valign="middle"><span class="navTop">>></span></td><td>';
}
If I have only 1, it works fine. Is there another operator I need to be using?