I'm trying to determine who needs an e-mail reminder, and then e-mail them. This would be done in the early morning hours when the system is not busy.
Your earlier message made me rethink what was happening. So I started to actually "do" something (rather than just echo statements) and using the -q option when executing php. It is actually "doing" the work. Without the -q option I was simply getting the script back as HTML output, so I could verify the script was "running."
Thanks for your help!