How would I make my server run a php script by triggering it manually using php? Basically I have a pretty big cronjob file that is ran every 2 hours, but I want to be able
I prefer to use
require_once('phpfile.php');
lots of options out there for you. and a good way to keep things clean.