What do I put for the cron job Command?

Command lines. Examples only! Bold sections must be changed.

Shared, Reseller hosting, and other (VPS and Dedicated with Easy Apache 4 installed)

PHP

arrow dctit web hosting bangladeshCommand to run a PHP5 cron job:
php /home/user_name123/public_html/cron.php

arrow dctit web hosting bangladeshOptional flag sometimes required for a PHP cron job:
php -q /home/user_name123/public_html/cron.php

arrow dctit web hosting bangladeshCommand to run a PHP4 cron job:
/usr/local/php4/bin/php /home/user_name123/public_html/cron.php

All hosting types

More

arrow dctit web hosting bangladeshCommand to GET a remote file:
/usr/bin/GET http://www.some-domain.com/file.php

arrow dctit web hosting bangladeshCommand to run a CGI cron job:
perl /home/user_name123/public_html/cgi-bin/file.pl

SSH Extras

arrow dctit web hosting bangladeshCommand to run a shell script cron job:
/bin/sh /home/user_name123/public_html/file.sh

arrow dctit web hosting bangladeshCommand to import a database:
mysql -u mysql_user -ppassword database_name < backup.sql

arrow dctit web hosting bangladeshCommand to export a database:
mysqldump -u mysql_user -ppassword database_name > backup.sql