1. Write a PHP program to find the largest of three numbers using if_else ladder.
2. Write a PHP program to check whether the given number is prime or not using for loop.
3. Write a PHP program to reverse a given number using while loop.
4. Write a PHP program to print the Fibonacci series using functions.
5. Write a PHP program to illustrate different string functions.
6. Write a PHP program to implement calculator using switch case.
7. Write a PHP program to find factorial of a number using for each loop.
8. Write a PHP program to sort the given array.
9. Write a PHP program to create and manage a database using SQL commands
10. Write a PHP program to create and validate a email id.
11. Using PHP and SQL, create and validate a sample login form.