Re: How to check for multiple @'s




Ron Barnett wrote:
substr_count($CClist, '@')

will return the number of @ characters in $CClist

check out the PHP manual at PHP.net

THanks for the reply Ron.

Unfortunately, I am a newbie programmer and am having a tough time
making sense of the manual at PHP.net.

I can see hwo checking for the # of @'s will lead to a few statements
like if > 1 then blah. But am still lost as to actually coding this
into our current sciprt. Any more hints / tutorials / help for a newbie
in php?

.