The document outlines practical activities for a PHP programming course at Yashwantrao Chavan Maharashtra Open University. It includes tasks such as installing XAMPP, writing programs for mathematical operations, creating forms, and performing string and array manipulations. Each activity is numbered and requires a date and signature upon completion.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
14 views1 page
Index PHP Programming
The document outlines practical activities for a PHP programming course at Yashwantrao Chavan Maharashtra Open University. It includes tasks such as installing XAMPP, writing programs for mathematical operations, creating forms, and performing string and array manipulations. Each activity is numbered and requires a date and signature upon completion.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Yashwantrao Chavan Maharashtra Open University, Nashik
INDEX - PHP Programming [CMP717]
Practical Activities Date Sign
No.
1. Installation of XAMPP Server and print “hello
world” in PHP.
2. Write a PHP program to print sum of digits.
3. Write a PHP program to check prime number.
4. Write a PHP program to print factorial of a
number.
5. Write a PHP program to sort elements in an
array in ascending order.
6. Create a PHP program in which two values
submitted using form and calculate its addition, subtraction, multiplication, modulation, average and division on the same page. Find the greatest number between them and square of each of them using PHP function
7. Write a PHP program to change background
color based on hour of a day.
8. Write a PHP Program to create a simple
Registration form.
9. Write a PHP Program to perform various
string operations.
10. Write a program to merge 2 arrays with and
without using predefined functions.
11. Write a program to create a file in write mode.