You are on page 1of 1

Open Source Programming Lab.

using PHP
BCA-406
Practical List:

1. Write the process of installation of web server.


2. Write a program to give demo of ECHO and PRINT command.
3. Write a php script to print current date and time.
4. Write a program to implement the string functions.
5. Write a program to print Fibonacci series up to a given number.
6. Write a menu driven program to implement a calculator which performs only addition,
subtraction, multiplication and division. The operation should happen based on user
choice.
7. Write a program sort ten number by using array.
8. Write a program to demonstrate the concept of associative array.
9. Write a program to demonstrate the concept of multidimensional array.
10. Write a program to demonstrate the concept of Classes & objects.
11. Create a login form with two text fields called “login” and “password”. When user enters
“mmdu”as a user name and “university” as a password it should be redirected to a
Welcome.HTML page or toSorry.HTML in case of wrong username/password.
12. How to connect to MySQL using PHP ? Write programs for insertion, deletion updates and
other sql queries. Design front end using html, css and write php scripts for processing of
data.
13. Create a form with a text box asking to enter your favorite city with a submit button when
the user enters the city and clicks the submit button another php page should be opened
displaying “Welcometo the city”.
14. Design a webpage for entering the student details with all the validations applied on it.

Beyond Syllabus
15. Design a website using Wordpress /Joomla/Drupal
16. Introduction to Laravel frame work and one simple project.

You might also like