Can you run a PHP script via a cron job? Just running it from the command line sort of deal.
Depends on how PHP is setup on your server. If it is a stand alone binary install, you can use cron. If it is an apache module, you would have to use lynx or some HTTP client, which is usually not a good idea, me thinks.