List of Programs (PHP & MYSQL)
List of Programs (PHP & MYSQL)
PART-A
1. Write a PHP script to find odd or even number from given number.
2. Write a PHP script to find maximum of three numbers.
3. Write a PHP script to swap two numbers.
4. Write a PHP script to find the Factorial of a number.
5. Write a PHP script to check whether given number is palindrome or not.
6. Write a PHP script to reverse a given number and calculate its sum.
7. Write a PHP script to generate a Fibonacci series using Recursive Function.
8. Write a PHP script to implement atleast seven functions.
9. Write a PHP script to insert new item in array on any position in PHP.
10. Write a PHP script to implement constructor and destructor.
PART-B
11. Write a PHP script to implement form handling using get method.
12. Write a PHP script to implement form handling using post method.
13. Write a PHP script that receive form input by the method post to check the number is
prime or not.
14. Write a PHP script that receive string as a form input.
15. Write a PHP script to implement database creation.
16. Write a PHP script to create table.