Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

CENTRAL BOARD OF SECONDARY EDUCATION

AISSCE PRACTICAL EXAM (2016-17)


MULTIMEDIA AND WEB TECHNOLOGY-067
SET-A

Q1. Create the following form and based on the user selection print a message in the format given below : [10]

Please select your favorite car :


Volvo
Saab
BMW

SUBMIT

Your Favourite car is : BMW

Q2. Write PHP code to read a text file xyz.txt and display alternate lines on the screen. [5]

Practical File [5]

Project File [5]

VIVA [5]
CENTRAL BOARD OF SECONDARY EDUCATION
AISSCE PRACTICAL EXAM (2016-17)
MULTIMEDIA AND WEB TECHNOLOGY-067
SET-B

Q1 Create a form which takes the name of the user as input and prints a greeting in the format given below and
if the user submits the form with the name field blank, it prints an appropriate error message,
otherwise “Hello------ how are you”? [10]

Q2. Write PHP code to read a text file named abc.txt and display the contents of the file converting all the

alphabets to upper case alphabets. [5]

Practical File [5]

Project File [5]

VIVA [5]

You might also like