im back, help me guys 🙁
still not able to work w/ that script. do i need a shell account to run the "AT" command? What is the relationship of this command
" at 15:00 < echo 'Hello, world!' " to this phpscript
$command = "at " . date("H:i", time() + (15 * 60)) . " < /path/to/php /usr/local/webdocs/emailerator.php?userID=$uID";
`$command`;
😕 im confused