GuruJyothi
Home
About
Subjects
Contact
A1. Write a PHPscript to find odd or even number from given number.
A2. Write a PHPscript to find maximum of three numbers.
A3. Write a PHPscript to swap two numbers.
A4. Write a PHPscript to find the factorial of a number.
A5. Write a PHPscript to check whether given number is palindrome or not.
A6. Write a PHP script to reverse a given number and calculate its sum
A7. Write a PHP script to to generate a Fibonacci series using Recursive function
A8. Write a PHP script to implement atleast seven string functions.
A9. Write a PHP program to insert new item in array on any position in PHP
A10. Write a PHP script to implement constructor and destructor
B1. Write a PHP script to implement form handling using get method
B2. Write a PHP script to implement form handling using post method.
B3. Write a PHP script that receive form input by the method post to check the number is prime or not
B4. Write a PHP script that receive string as a form input
B5. Write a PHP script to compute addition of two matrices as a form input.
B6. Write a PHP script to show the functionality of date and time function.
B7. Write a PHP program to upload a file
B8. Write a PHP script to implement database creation
B9. Write a PHP script to create table
B10. Develop a PHP program to design a college admission form using MYSQL database.