Page 1 of 1

Change substr_count()

Posted: Sat Mar 27, 2004 2:20 am
by seeker2921
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?

Posted: Sat Mar 27, 2004 4:35 am
by markl999
Nope.

Posted: Sat Mar 27, 2004 8:16 pm
by seeker2921
then how can I get it to look for all e-mails and not just ones from a specified addy?