Filter an array

Here’s a page I was playing with.
arrayfiler.php (5.5 KB)

1 Like

Many thanks.

@lurtnowski when posting arrays, can you please use var_export so those helping you can just copy/paste the output and use it as an array immediately?

1 Like

@lurtnowski , correct me if I am wrong, but aren’t these arrays you often post actually results from a database result? If so, your “problems” are most likely able to be solved in the query itself rather than in code later.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.