Networking Important Question
Networking Important Question
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 that number. (Use the concept of self - processing page).
2) Write a PHP Script to display Server information in table format (use $_SERVER).
3) Design a web page to accept student registration details and display it in the next page (use sticky form
concept)
4) Write a PHP program which implements Ajax for addition of Two number.
5) 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)
6) What is introspection? Explain get_class_methods( ) and get_ class _ vars( ) with suitble example?
7) What is Inheritance? Explain with suitable example.
8) Explain with example how to connect database using PHP and Ajax.
9) Explain mouse & keyboards event in JavaScript.
10) Create a XML file which gives details of books available in “Bookstore” From following categories i)
Computer ii) Cooking iii) YOGA
11) Explain features of Joomal/Drupal.
12) What is SOAP? Explain in detail.
13) Explain XML MVC framework.
14) Difference between GET and POST method.
15) How to create object in PHP? Explain with example.
16) Write a simple PHP program which implements AJAX for addition of two numbers.s
17) Create a form to accept Customers Details and Display it on Next Page.
18) Write a PHP script to Design a form to accept a number from the user to check whether number is
palindrome or not. (Use the concept of self processing page).
19) Write XML script to print the names of the students present in “Student.xml” file.
20) Define a class Employee having private member id, name, salary, dept. Define parametrised
constructor. Create object and display details fo employee having maximum salary.
21) Write a simple PHP program which implements AJAX for addition of two numbers.s