what is the diffrence between for and foreach?
Answer Posted / web developer
for loop is to do something over and over again until the
task has been completed.
foreach works only on arrays. even it will run the loop
until end of the array.
| Is This Answer Correct ? | 120 Yes | 8 No |
Post New Answer View All Answers
What are the different types of PHP arrays?
How do you call a constructor for a parent class?
What is the use of die in php?
What is the difference between explode () and split () functions in php?
How to call javascript function in php on button click?
What are interfaces in php?
What is the main difference between asp net and php?
Which is incorrect with respect to separating php code and html?
What is php default argument?
Is c similar to php?
What are the correct and the most two common way to start and finish a PHP block of code?
Is php required for wordpress?
Do while loops php?
How to redirect https to http url through .htaccess?
Which function can be used to exit from the script after displaying the error message?