You are on page 1of 2

Sr.

n Name of the experiment Page Date Sign of


o no. incharge

1 1
Create a webpage evenodd.php into root directory of your
local web server.

2 5
Accept username and password and nevigate to homepage
with suitable message.
3 7
Write a PHP script to declare two variables with specific
values of your choice and perform arithmetic operations on
them.
4 9
Write a PHP script to declare two variables with values of
your choice and find out greater number between them.
5 11
Write a PHP script to print.
*****
****
***
**
*

6 13
Write a PHP script to print sum of digits of entered number.

7 15
Write a PHP script to check whether given variable stores an
integer, float, Boolean, null, array, string.

8 17
Write function to check whether a number is prime or not.

9 19
Write a PHP script to check whether a string is palindrome or
not

10 21
Write a php script to find leap year or not

11 23
Write a PHP script to check if a number is Armstrong number.

12 25
Write php program to swap the values of two numbers using
call by reference method.

You might also like