I have a cron job that runs every 15 minutes... it executes this command: Code: php -q /home/tfburge1/lib/adcaas/cron.php And I've tried this just in case (same results): Code: php5 -q /home/tfburge1/lib/adcaas/cron.php (The "lib" directory is before my "public_html" directory, because I only want the server to access it.) Now, the script most definitely executes because I'm receiving the e-mails as expected... but the attachment(s) are 0kb because they depend on SESSION variables. This shouldn't be a problem because I should be able t


