0% found this document useful (0 votes)
33 views1 page

List of Programs (PHP & MYSQL)

List of programs

Uploaded by

mmmssspqr123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

List of Programs (PHP & MYSQL)

List of programs

Uploaded by

mmmssspqr123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

GOVERNMENT FIRST GRADE COLLEGE,TIPTUR

DEPARTMENT OF COMPUTER SCIENCE


SUBJECT:PHP & MYSQL LAB(DSC17-Lab)

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.

You might also like