R
Q. What will be the output of the following PHP code?
<?php $cars = array( "BMW", "Mercedes", "Honda", ); foreach ($cars as $c) { echo "$c "; } ?>
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. How to define a function 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. Which PHP operator known as "Null coalescing" operator?
Q. A variable declared outside a function has a ____.
Q. Which of the following function in PHP can be used to test the type of any variable?
Q. Which PHP function is used to add days, months, years, hours, minutes, and seconds to a date?
Discusssion
Login to discuss.