<?php include('prime_check.php'); $input[0] = 1000000; $input[1] = 1001000; $prime = new PrimeNumbers($input[0], $input[1]); $prime->display();