Yes, but you need access to the PHP cli interface. From there, assuming php is in /usr/bin:
* */3 * * * /usr/bin/php /path/to/script
You can also specify the shebang (#!/usr/bin/php) in teh top of your file if you dont' need this script to be processed by the webserver in any way. Then just use the full path to the script.