What do you mean by "a cron job"? On a lot of websites there is a special page like "cron.php" which is hit periodically, normally like so:
0 * * * * wget http://example.org/cron.php
In which case you just need to manually hit your cron php file to simulate the behaviour.