I have a script and I want to create a new php file to automate the search and test functions one after another, first the search function and after the test function with a cron job every 30 minutes for example, How? my PHP knowledge is very limited. if(isset($_POST['search'])) { // hit search button $script_start = $pb->microtime_float(); ... PHP: