Hello,
probably an easy question, for which I could not find the answer. I want to extract some elements in an array which are smaller (or bigger) than a number. How is it done ?
Suppose $myarray = array(10,15,12,9,3). How do I know which elements are smaller than 10 ?
Thanks for the info.
Phil