i put all the PHP file inside this directory
http://10.1.1.200/B0300549/public_html/phpweb/cron.php
the
cron.php is the page that i need to run
if i want to run the
cron.php once a year (every January), is it the correct way that i wrote?
crontab -e
* * * 1 * php /10.1.1.200/B0300549/public_html/phpweb/cron.php
then, am i need to put this line on top of the
cron.php
#!/10.1.1.200/B0300549/public_html/phpweb/php