I need to know how to make prime numbers from 1 until 10 in .php using "For", with the variable starts from 1 but doesn't show the numbers 1 (meaning the php program only shows 2, 3, 5, 7)