Hi,
I would like to put an IF statement within the mail() function. I've
tried this and searched around but haven't found anything written
about this. Is it possible? I've been doing somethings like :
mail ("Email", "Subject", "Body".if() {...}."", "From");
Sorry if this is a dumb question. BUT, if it works I will try similar
things in SELECT statements.
Thanks in advance
I would like to put an IF statement within the mail() function. I've
tried this and searched around but haven't found anything written
about this. Is it possible? I've been doing somethings like :
mail ("Email", "Subject", "Body".if() {...}."", "From");
Sorry if this is a dumb question. BUT, if it works I will try similar
things in SELECT statements.
Thanks in advance
Comment