I've the following if statement:
<?php if( $disp != 'single') {
if ( $blog != 10 OR $blog != 17 OR $blog != 18) echo "To print follow this Link..";
} ?>
It does not evalute the first condition.
Can any please tell why?
Thanks to all and :lol: New Year...
I think you want it this way:
Just reread your post. You're having a problem with the first condition? Try putting in echo $disp; to make sure you're getting that variable correctly.