You are on page 1of 1

1.

Explain a UML Class diagram to illustrate concepts of Classes and objects in


PHP.

2. With a neat diagram illustrate the working concept of Cookies.

3. Define Caching. Briefly explain its different types.

4. Define XSLT. Explain the XSLT work flow with a neat diagram.
5. Explain the concept of Backbone MVC Framework with an example.
6. Write the PHP code to validate phone number.
7. How is array defined in PHP? Explain the array operations of PHP.
8. Explain the process of populating $_GET superglobal array
9. Explain the process of populating $_POST superglobal array.
10. Explain the $_SERVER array
11. Explain the use of $_FILES array.
12. Explain how the files are uploaded from the browser and values are accessed
at the server
13. How is the size of file restricted in PHP
14. Explain the stream access of file in PHP.
15. Explain the All-In-Memory access of file in PHP.
16. How are the classes declared in PHP
17. How to access methods and properties of class in PHP
18. With a code snippet illustrate the concept of multidimensional array in PHP.
19. Demonstrate the data flow from HTML form through HTTP Request to PHP by
applying $_GET and $_POST arraysxplain the use of static members

20.
21.

You might also like