Change substr_count()
Posted: Sat Mar 27, 2004 2:20 am
If I change this
substr_count($input, 'From stephen@hotmail.com);
to this
substr_count($input, 'From *@*');
would it pic up all email addys instead of just the specified one like above?
substr_count($input, 'From stephen@hotmail.com);
to this
substr_count($input, 'From *@*');
would it pic up all email addys instead of just the specified one like above?