In this post I am describing the PHP Program which tell us about how to find prime number Series. Prime number are those number which are divisible by 1 and themselves. In this program we are using for loop, if condition and break statement.