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

PHP Assignment

Uploaded by

Anushresth Singh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

PHP Assignment

Uploaded by

Anushresth Singh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 20

PRACTICAL: 1

Create a simple HTML form and accept the user name and display the name
through PHP echo statement.

CODE

OUTPUT

PRACTICAL: 2

Write a PHP script to demonstrate arithmetic operator.

CODE
OUTPUT
PRACTICAL: 3

Write PHP Script to input marks, generate result and display grade.

CODE

OUTPUT
PRACTICAL:4

Write PHP Script for addition of two 2x2 matrices.

CODE

OUTPUT
PRACTICAL: 5

Write PHP script to obtain factorial of a number using function.

CODE

OUTPUT
PACTICAL: 6

Write PHP script to demonstrate string, date and math function.

CODE
OUTPUT
PRACTICAL: 7

Create student registration form using text box, check box, radio button, select,
submit button, and display user inserted value in new PHP page.

CODE (1ST OUTPUT)


CODE (2ND REGISTRATION)
OUTPUT

1ST

2ND
PRACTICAL: 8

Write two different PHP script to demonstrate passing variables through a


URL

CODE

CODE
OUTPUT

OUTPUT (2ND PART)

PRACTICAL: 9
Write two different PHP script to demonstrate passing variables with sessions.

CODE

CODE (2ND PART)

OUTPUT
OUTPUT (2ND PART)

PRACTICAL: 10
Write PHP script to demonstrate passing variables with cookies.

CODE

CODE (2ND PART)

OUTPUT
OUTPUT (2ND PART)

PRACTICAL: 11
Write a program to keep track of how many times a visitor has loaded the page.

CODE

OUTPUT

PRACTICAL: 12
Write PHP script to demonstrate exceptional handling

CODE

OUTPUT
------FINISH------

You might also like