"; echo "total no of prime no:$primeCount
"; }$start=10; $end=50; displayPrimeInRange($start,$end); ?>