R
Q. what is the output of below program?
<?php for($i=0; $i<=5; $i++){ $i = $i+1; } echo "$i"; ?>
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. Which of following is not a Superglobals in PHP?
Q. In the syntax of $GLOBALS[index], what does "index" hold?
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. --------is a method of accessing database data using object-oriented syntax instead of using SQL
Q. What will be the output of the following program?
Q. Which of the following variables is not a predefined variable in PHP?
Q. A member function usually access to members of the _______ object only
Discusssion
Login to discuss.