megatrue
11-17-2008, 03:43 PM
hello, I'm a newbie. Anyone can help me?
I have a problem with array.
$a=array("Dog","www.mydomain.com","Horse");
How to find www.mydomain.com with Regular expression and remove it. then rebuild a new arry without "www.mydomain.com". i know how to make a Regular expression.
I have a problem with array.
$a=array("Dog","www.mydomain.com","Horse");
How to find www.mydomain.com with Regular expression and remove it. then rebuild a new arry without "www.mydomain.com". i know how to make a Regular expression.