Home / Programming MCQs / PHP MCQs / Question
R
Q. What will be the output of the following PHP code ?
<?php define("GREETING", "PHP is a scripting language"); echo $GREETING; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of the following function is used to compress a string?
What is the result of the following PHP code?
POSIX implementation was deprecated in which version of PHP?
Which PHP function reads a single character from a file?
Can PHP send and receive cookies?
Which of the following function is used to compute the difference between two arrays in PHP?
What will be the output of the following PHP code ?
Which of the following is the correct way to create an array in PHP?
Discusssion
Login to discuss.