R
Q. What will be the output of the following PHP code ?
<?php $one = 1; print($one); print $one; ?>
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. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP program?
Q. Which of the following is the default file extension of PHP?
Q. Which function is used to convert hexadecimal values to the ASCII characters?
Q. A function that receives a filename as argument and returns a MD5 of that file
Q. String values must be enclosed in ......
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. If you want to compare two strings which of the following function can be used?
Discusssion
Login to discuss.