R
Q. What will be the output of the following PHP code?
<?php $str = addcslashes("IncludeHelp","e"); echo($str); ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. __________ PHP functions that accepts any number of parameters.
Q. Which loop statement is used to loop through a block of code for each element in an array?
Q. What will be the output of the following PHP code ?
Q. Which of the conditional statements is/are supported by PHP?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which of the following PHP statements will output Hello interview Mania on the screen?
Discusssion
Login to discuss.