Multiple OR Statements?

3 posts by 2 authors in: Forums > CMS Builder
Last Post: September 24, 2015   (RSS)

By theclicklab - September 23, 2015

Quick question...

I have tried both of these and neither works

<?php if ($pagesRecord['grid_nav'] ==0 || $pagesRecord['product_layout'] ==0): ?>

<?php if ($pagesRecord['grid_nav'] ==0 or $pagesRecord['product_layout'] ==0): ?>

any ideas?

By theclicklab - September 24, 2015 - edited: September 24, 2015

Got it figured out thanks :)