0% found this document useful (0 votes)
52 views

Practical Assignment MSC-II

This document contains 6 assignments for an M.Sc class on open source technologies. It lists programming tasks involving PHP and MySQL to demonstrate concepts like functions, data types, number validation, inheritance, cookies, sessions, and SQL queries for inserting, selecting, updating and deleting records from a database table.

Uploaded by

Suraj Bhosale
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)
52 views

Practical Assignment MSC-II

This document contains 6 assignments for an M.Sc class on open source technologies. It lists programming tasks involving PHP and MySQL to demonstrate concepts like functions, data types, number validation, inheritance, cookies, sessions, and SQL queries for inserting, selecting, updating and deleting records from a database table.

Uploaded by

Suraj Bhosale
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/ 6

Shriram Shikshan Sanstha’s

Shriram Institute Of Information Technology ,Paniv

Tal-Malshiras,Dist-Solapur 413113

NAAC Accrediated With ‘B’ Grade

Practical Assignment-I

Class-M.Sc-II Sem-III Subject-Open Source Technologies(PHP,MySQL)

1) Write a program to display simple program in browser.

2) Write a program to represent use of var_dump() and print() function?

3) Write a program to demonstrate use of one data type testing function.

4) Write a program to calculate of two number using changing type function.

5) Write a program to demonstrate use of dynamic variable


Shriram Shikshan Sanstha’s

Shriram Institute Of Information Technology ,Paniv

Tal-Malshiras,Dist-Solapur 413113

NAAC Accrediated With ‘B’ Grade

Practical Assignment-II

Class-M.Sc-II Sem-III Subject-Open Source Technologies(PHP,MySQL)

1) Write a program to check given number is Armstrong or not.

2) Write a program to check given number is palindrome or not.

3) Write a program to check given number is strong or not.

4) Write a program to check given number is perfect or not.

5) Write a program to given number is prime or not.


Shriram Shikshan Sanstha’s

Shriram Institute Of Information Technology ,Paniv

Tal-Malshiras,Dist-Solapur 413113

NAAC Accrediated With ‘B’ Grade

Practical Assignment-III

Class-M.Sc-II Sem-III Subject-Open Source Technologies(PHP,MySQL)

1) Design a web page to represent string formatting for presentation functions.

2) Write a program to check given number is Armstrong or not using function and

accept value from user.

3) Design a web page for validation of user input like mobile number and email id.

4) Design a web page to show use of different Math, string and date functions.
Shriram Shikshan Sanstha’s

Shriram Institute Of Information Technology ,Paniv

Tal-Malshiras,Dist-Solapur 413113

NAAC Accrediated With ‘B’ Grade

Practical Assignment-IV

Class-M.Sc-II Sem-III Subject-Open Source Technologies(PHP,MySQL)

1) Write a program to represent use of inheritance.

2) Write a program to represent use of abstract class.

3) Write a program which show use of final keyword for both class and method.

4) Write a program to represent use of super global array variable at list 3 .


Shriram Shikshan Sanstha’s

Shriram Institute Of Information Technology ,Paniv

Tal-Malshiras,Dist-Solapur 413113

NAAC Accrediated With ‘B’ Grade

Practical Assignment-V

Class-M.Sc-II Sem-III Subject-Open Source Technologies(PHP,MySQL)

1) Design web page for student registration and apply appropriate validation use

client JavaScript.

2) Write a program to show different types of exception handling.

3) Design a web page application that use cookies and session object.

4) Design a web page to show use of constructor and destructor.


Shriram Shikshan Sanstha’s

Shriram Institute Of Information Technology ,Paniv

Tal-Malshiras,Dist-Solapur 413113

NAAC Accrediated With ‘B’ Grade

Practical Assignment-VI

Class-M.Sc-II Sem-III Subject-Open Source Technologies(PHP,MySQL)

1)Write a php code to insert 10 student record into database table.

2)perform the following operation on employee_detial table by using php code.

a)Insert

b)Select

c)Update

d)Delete

3)Write a SQL query to fetch all records from employee_detail table by using php

code.

4) Write a SQL query to fetch first record from employee_detail table by using php

code.

5) Write a SQL query to fetch record of employee whose salary lies between 10000 to

20000 by using php code.

You might also like