Looking at all that code you already wrote, you're not that much of a
newbie.
Read up on functions. (A function is merely the same code you already run
but it's set aside, out of the main execution path of your script, so that
you can call it from anyplace that you need to execute that particu
On Wed, Apr 13, 2011 at 11:08 AM, Jim Giner
wrote:
> Without looking at your HUGE code stream, I'm curious what your question
> really is. If you know how to send an email, and you know how to update
> your table, then isn't your task simply to send an email after updating the
> table?
Yes.
> I
Without looking at your HUGE code stream, I'm curious what your question
really is. If you know how to send an email, and you know how to update
your table, then isn't your task simply to send an email after updating the
table? I would make the email a function to get it out of the "way" and