need help filtering array
Posted: Thu Feb 11, 2010 9:08 pm
I have an array that is generated on the fly, and in the event that it adds data from a google domain, I want to unset that item from the array.
Here is an example of an array that the app created:
So basically, if any of the urls contain google.com, I want them unset.
Here is an example of an array that the app created:
Code: Select all
Array
(
[0] => http://www.tradertots.com/
[1] => http://news.google.com/news?q=children& ... CB0QsQQwAA">News results for children
[2] => http://www.mykidscloset.com/
[3] => http://www.habitat.org/env/restores.aspx
)