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
Be the first to start discuss.
Q. In which year php was created?
Q. Find incorrect way of declaring variables:
Q. What will be the output of the following PHP code?
Q. What is the intent of try block?
Q. What will be the output of the following PHP code?
Q. Which function is used to get ASCII value of a character in PHP ?
Q. What will be the output of the following PHP code ?
Q. --------is a method of accessing database data using object-oriented syntax instead of using SQL
Discusssion
Login to discuss.