S
Q. What will be the output of the following php code?
<?php $num = "1"; $num1 = "2"; print $num+$num1; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What are the advantages of CSS?
What is the purpose of the z-index and how is it used?
What is CSS Box Model and what are its elements?
What are the benefits of CSS sprites?
Discuss the merits and demerits of Embedded Style Sheets?
What benefits and demerits do External Style Sheets have?
How can you integrate CSS on a web page?
Q. What will be the output of the following PHP code ?
Q. Which is the correct syntax of defining a default argument value in PHP?
Q. What will be the output of the following PHP code?
Q. Which PHP function is used to get the square root of the given number?
Q. Which of the following function is used to get the ASCII value of a character in PHP?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Q. What is the difference between Indexed array and Associative array in PHP?
Discusssion
Login to discuss.