<?php $str = 'pageType == "static" OR pageType == "item" AND pageRef == "index"'; $result = preg_split('/\h+(?:OR|AND)\h+/', $str); print_r($result);
You have javascript disabled. You will not be able to edit any code.