I solved the first part of my problem with the obvious...I apologize for bringing something so simple up before the board. Now, though, I'm running into another problem with my setup, and I have no way I can think of to find where I am in error. Any assistance would be greatly appreciated.

I'm trying to run a php script on a linux server, and retrieve data from the script whenever a set of target parameters are met. This data is to be emailed to me to review. I found the mail() feature in php, but for some reason, it doesn't seem to be working. That is, I'm permitted to send the message, and my code echoes out for the 'mail = true' if statement, but after numerous tests, I have yet to receive any of the data I've been trying to send myself; the mailed message simply never shows up in my email inbox. Is there anyone who might know of a reason for this, and if so, a way to work around it?

Thanks in advance,
-EnderX