How to create nested foreach loops in PHP?

VERNA

New member
I have a problem. Can you please give me some examples of nested foreach loops.
I have two arrays
one is refr and the other is seqnr
I want to check refnr=seqnr.
How can I do this?
 
Back
Top