Hi can someone please indicate where is the error in the php code i wanted to sort of translate from java to php pleaase help:
This is the Java Code:
public class Break{
public static void main(String[] args){
int i,j;
System.out.println("Prime numbers between 1 to 50 : ");
for...