php using prime number program for($i=2;$i<50;$i++){ $counter=0; for($j=2;$j<$i;$j++){ if($i%$j==0){ $counter++; break; } } // you can check instead if($i==$j) if($counter==0){ echo $i.","; } }
down vote accepted For the reading confirmations: You have to add the X-Confirm-Reading-To header. X - Confirm - Reading - To : <address> For delivery confirmations: You have to add the Disposition-Notification-To header.
Comments
Post a Comment