I believe there are various methods to do this. I use root instead of a url:
php /home/username/public_html/send/send.php
and have no problems.
I actually have my db connection and cron files above root for further protection, so they can't be run from a browser. i.e:
php /home/username/send/send.php
|