Exam 1: PHP and SQL Functions and Concepts
Exam 1: PHP and SQL Functions and Concepts25 Questions
Exam 2: HTTP, PHP, and Object-Oriented Programming in PHP25 Questions
Exam 3: PHP and MYSQL: Object Creation, Cookies, Sessions, and Database Operations25 Questions
Exam 4: XML, PHP, and Programming Concepts25 Questions
Exam 5: AJAX, XML, and PHP Techniques for Web Development25 Questions
Exam 6: Data Representation and Validation in PHP Programming13 Questions
Select questions type
The ____statement is used to perform different actions based on different conditions.
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
A
_____________ is a php super global variable which is used to access global variable from anywhere in PHP script.
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
B
A ______is called when the object is destructed or the script is stopped or exited.
Free
(Multiple Choice)
4.9/5
(41)
Correct Answer:
A
A ______allows you to initialize an object's properties upon creation of the object.
(Multiple Choice)
5.0/5
(33)
_______are the two main aspects of object-oriented programming.
(Multiple Choice)
5.0/5
(35)
If you create a __destruct() function, PHP will automatically call this function at the end of the script.
(Multiple Choice)
4.7/5
(34)
The __________ array contains information from the web server.
(Multiple Choice)
4.8/5
(35)
If you create a __construct() function, PHP will automatically call this function when you create an object from a class.
(Multiple Choice)
5.0/5
(49)
A ______is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP, you can both create and retrieve cookie values.
(Multiple Choice)
4.8/5
(29)
In PHP7, you can create an Array constant using the ____ function.
(Multiple Choice)
4.9/5
(33)
The _____function rounds a floating-point number to its nearest integer:
(Multiple Choice)
4.9/5
(29)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)