How to see if any values in array equal any values in anthr?
Posted: Thu Apr 24, 2003 8:18 pm
How do I check all the values in one array against all the values in another array?
If any values in
$row_Comments['id'] == any values in $row_Posts['id']
I could figure it out with a while statement, but a little confusing for me. And I'm sure there is a simple way.
RR
If any values in
$row_Comments['id'] == any values in $row_Posts['id']
I could figure it out with a while statement, but a little confusing for me. And I'm sure there is a simple way.
RR