How to check prime number in PHP | Prime number in php | Prime Number

Опубликовано: 07 Апрель 2026
на канале: Pradip Mehta
6,712
59

For More details : http://www.learnwebtech.in/check-prim...

A prime number is a whole number greater than 1 whose only factors are 1 and itself.
A factor is a whole number that can be divided evenly into another number. The first few prime numbers are 2, 3, 5, 7, 11, 13, 17, 19, 23 and 29.
Numbers that have more than two factors are called composite numbers
This video is related to prime numbers that will show how we can print prime numbers in between 1 to 100.
I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!
I have worked hard, and done my best to help you understand what I teach.

If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
If you have questions ask below in comment section.
Add it to a playlist if you want to watch it later.

PHP Installation :    • How to install Apache, MySql and PHP on Wi...  
PHP Datatype :    • php tutorial in hindi part -02|Data type i...  
PHP Variable :    • Variable in php in hindi #3| PHP Variables...  
PHP Control Statement :    • if else statement in php #4| if else state...  
Switch Statement:    • switch statement in php in hindi|  switch ...  
PHP Loop:    • Loop in php in hindi #6 | loop in php |for...  
PHP Function:    • function in php in hindi  #7 | function in...  
PHP Array:    • Array in php in hindi #8 | array in php|  ...  
Exercise 01 : Calculator Program:    • Calculator in PHP | Sum,substract,divide,m...  
Exercise 02 : Swap two value without using 3rd variable:    • Exchange two value in php |Swapping withou...  
Exercise 03 : Reverse Number:    • Reverse number in PHP without using functi...  
Exercise 04 : Print Prime Number between 1 to 100:    • Write a program to print prime numbers bet...  

Linear Search :    • Linear Search Algorithm with Example in Hi...  
Binary Search :    • Binary Search Algorithm with Example in Hi...  
Bubble Sort :    • Bubble sort algorithm |sorting with php | ...