How break and continue while loop in php?
Answer / Reenu Sisodia
break is used to exit a loop entirely, while continue is used to skip the current iteration and continue with the next one.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the importance of the function htmlentities.
What is get and post method in php?
Do csrf tokens expire?
•How can we submit a form without a submit button
Is variable name casesensitive in php?
What is Joomla?
Why php 7 is faster?
Why php is widely used?
Describe PHP error and logging information?
What does the expression exception::__tostring means?
Explain what is the difference between for and foreach?
Write a program to get second highest number in an array using php?