You can edit your crontab directly with the command
$ crontab -e
this will open up your crontab with the text editor specified by $EDITOR or vi for default. If you plan on doing this with php, you can use the curl functions - but you'll have to have php compiled --with-curl=/path, otherwise you can use fsockopen() and craft your own HTTP request....