0% found this document useful (0 votes)
209 views2 pages

PHP Question Bank - End Semester (By Ur Engineering Friend)

This document contains a question bank for a PHP programming end-semester exam. It lists 31 questions about various PHP programming concepts and techniques including features of PHP, writing and executing PHP programs, operators, displaying messages, conditional statements, loops, arrays, functions, strings, PDF creation, classes and objects, GET and POST methods, forms, cookies, SQL, database operations, sessions, data types, updates and deletes, object cloning, the $ sign, introspection, MySQL connections, foreach loops, cookie destruction, and associative arrays. The questions are meant to test the examinee's knowledge of core PHP programming skills and concepts.

Uploaded by

Okok
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)
209 views2 pages

PHP Question Bank - End Semester (By Ur Engineering Friend)

This document contains a question bank for a PHP programming end-semester exam. It lists 31 questions about various PHP programming concepts and techniques including features of PHP, writing and executing PHP programs, operators, displaying messages, conditional statements, loops, arrays, functions, strings, PDF creation, classes and objects, GET and POST methods, forms, cookies, SQL, database operations, sessions, data types, updates and deletes, object cloning, the $ sign, introspection, MySQL connections, foreach loops, cookie destruction, and associative arrays. The questions are meant to test the examinee's knowledge of core PHP programming skills and concepts.

Uploaded by

Okok
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/ 2

Question Bank

Subject PHP Programming


Exam End-Semester Exam

1. List out any 8 features of PHP programming language.


2. How to write and execute php program ?
3. Explain operators used in PHP with the help of a program.
4. How to display messages on screen ?
5. Explain conditional statement in PHP.
6. Explain switch with the help of a program.
7. Define break and continue.
8. Explain looping in python.
9. Explain array operations in php.
10. Define implode and explode function in php.
11. Explain function in php with the help of an example.
12. Write a PHP program to perform string manipulations.
13. Write a program to create a PDF document.
14. Define class and object.
15. Explain constructor and destructor.
16. Differentiate GET and POST method.
17. Explain form controls in PHP.
18. Write a program to create cookie in php.
19. Define mysql with its advantages.
20. Write a program to create database , create table and insert values in sql
database.
21. Write syntax to connect webpage with SQL
22. Difference between session and cookie.
23. Explain data types used in PHP.
24. Write update and delete operations in table data.
25. Write a program for cloning of an object.
26. State the use of $ sign in PHP
27. Describe the introspection in detail.
28. Write a program by using mysqli_connect().
29. Describe the use of foreach loop in PHP.
30. How can we destroy cookies in PHP.
31. Write a program to create associative array in PHP.
32. State the use of cookies.

You might also like