0% found this document useful (0 votes)
51 views1 page

Question Bank PHP II

The document is a question bank containing various topics related to web development and PHP programming. It includes questions on web page validation, cookie management, session handling, HTTP methods, database operations, and form controls. Additionally, it requests programming tasks such as object cloning, data entry and retrieval, and PDF creation in PHP.

Uploaded by

jagtaptanay80
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)
51 views1 page

Question Bank PHP II

The document is a question bank containing various topics related to web development and PHP programming. It includes questions on web page validation, cookie management, session handling, HTTP methods, database operations, and form controls. Additionally, it requests programming tasks such as object cloning, data entry and retrieval, and PDF creation in PHP.

Uploaded by

jagtaptanay80
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/ 1

Question Bank

1) Explain web page validation with example.


2) How can we destroy cookies?
3) Elaborate the following :
(i) _ call ()
(ii) Mysqli _ connect ()

4) Enlist the attributes of cookies.


5) Describe i) Start session ii) Get session variables.
6) Define GET and POST methods.
7) Write a program for cloning of an object.
8) Create customer form like customer name, address, mobile no, date of birth
using different form of input elements & display user inserted values in new
PHP form
9) List two database operations.
10) Explain procedure to create PDF in PHP. Write example
11) Write a program for cloning of an object.
12) Develop a PHP program to :
i.Enter data into database
ii.Retrieve and present data from database
13) Define terms of i)object ii)class Describe form controls – text box, text area, radio
button, check box, list &buttons.
14) State any four form controls to get user’s input in PHP.
15) Explain delete operation of PHP on table data.
16) Write syntax of Connecting PHP Webpage with MySQL.

You might also like