0% found this document useful (0 votes)
7 views5 pages

Adv PHP

The document consists of multiple questions related to web development topics, including PHP, AJAX, XML, and content management systems. It covers various concepts such as server variables, object-oriented programming, database connections, and web services. Additionally, it includes practical coding tasks and examples for implementing these concepts in PHP and XML.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views5 pages

Adv PHP

The document consists of multiple questions related to web development topics, including PHP, AJAX, XML, and content management systems. It covers various concepts such as server variables, object-oriented programming, database connections, and web services. Additionally, it includes practical coding tasks and examples for implementing these concepts in PHP and XML.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Q1) Attempt any Eight of the following : [2]

What is the $_SERVER variable?


Enlist XML elements?
What is Content Management system?
What is Serialization?
What is Web Service?
What is AJAX Script?
What is setcookie() function?
What is Encapsulation?
What is meaning of Self Processing form?
What is the use of abstract class?
What are different technologies are used in Ajax?
Define UDDI.
What is PHP frame work.
Define Template of object oriented.
Which are XML Special entities?
Define Template.
Explain the purpose of $ this variable.
Name any two functions to extract basic information about classes in PHP.
List any two PHP HTTP functions.
Enlist the PHP Dom's function.
Which are the parts of XML-RPC?
Give any two applications of AJAX.
State the purpose of Extend Keyword.
What is Class?
What is $_ REQUEST variable?
Describe any two content management system software.
State the purpose of Final Keyword?
Web services communication models.
XMLHTTP Request object.
Super Global variables
Constructor/Destructor.
.
Q2) Attempt Any four of the following : [4]
Explain class and object with example.
What is Document object Model in PHP.
What is SOAP? Explain in detail?
Explain features of Joomla / Drupal.
Differentiate between GET& POST Methods.
What is Inheritance? Explain with suitable example.
Explain with example how to connect database using PHP and Ajax.
Explain WSDL. and the structure of WSDL.
Explain XML Parser.
What is sticky form? Explain with example.
What is Introspections? Explain any two instrospective function?
Explain how to create and select database using PHP.
Explain AJAX web application model.
How to handle file upload in PHP?
Explain Setting Reponse Headers.
Explain XML MVC framework.
Explain XML document structure in details.
How to create object in PHP? Explain with example.
Explain setting Response Headers.
What is introspection? Explain get_class_methods( ) and get_ class _
vars( ) with suitble example?
Explain mouse & keyboards event in JavaScript.
What is PHP session? Explain to start and how to destroy php session
with example.
What are the advantages of AJAX?
Q3) Attempt Any Four of the following : [4]

1. Write XML script to print the names of the students present in


“Student.xml” file.

1) Write a PHP Script for the following : Design a form to accept a


number from the user. To find Sum of the digits of the number (Use
the concept of self processing page).
2) Write a PHP script for the following :Design a form to accept a
number from the user, check whether it is palindrome or not?(Use
the concept of self - processing page).

3) Write a PHP Script to display server information in table format (Use


$_SERVER).

4) Write a PHP program which implements Ajax for addition of Two


number.

1. Create an abstract Class shape with method area ( ) and volume ( ).


Derive two classes rectangle (length, breath), Circle (radius).
Calculate are and volume of all (Use Method Overriding).

2. Create student table as follows : student (sno sname, per) Write Ajax
program to select the student name and print the selected student's
details.
1) Create a XML file which gives details of books available in "xyz
Bookstore" from the following categories : (i) Technical (ii) General
knowledge (iii) Fitness

2) Create a XML file which gives details of books available in “Bookstore”


From following categories i)Computer ii) Cooking iii)YOGA

3) Create a XML file which gives details of books available in “Bookstore”


From following categories i)Technica ii) Cooking iii)YOGA

1. Write php script to create CD catlog using XML file.


2. Write PHP script to create 'product.xml', which contain p_no,
p_name, color, weight. Add four element into it. Write PHP script to
display product. XML in table format.
3. Write a PHP Script to read book. XML and print book details in
tabular format using simple XML. (Content of book. XML are
(bookcode, bookname, author, year, price).

1) Define a class Employee having private members_id, name,


department, salary. Define parameterized constructors. Create a sub
class called 'Clerk' with private member bonus. Create one objects
of the clerk class and display the details of the clerk having the
maximum total salary (salary + bonus).
2) Define a class Employee having private member id, name, salary,
dept. Define parametrised constructor. Create object and display
details fo employee having maximum salary.
3) Define class Employee having private members id, name
department, Salary. Define parameterized constructor. Create a
Subclass called "Manager" with private member bonus. Create 6
objects of the Manager class and display the details of the Manager
having the maximum total salary. (Salary + bonus)
1. Write script to solve following questions (Use "Student.XML" file)
i)Create a DOM Document Object and load thisXML file
ii)Get the output of this Document to the browser. Write a
script to print the names of the student Present in
"Student.XML" file.

1) Create a form to accept Employee detail and display it in next page


(Use sticky form concept)
2) Design a web page to accept student registration details and display
it in the next page (use sticky form concept)
3) Create a form to accept Customers Details and Display it on Next
Page.

1. How articles are created in Drupal R. Joomala?


Categories i) Technical ii) Cooking iii) YOGA

You might also like