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 is data structure in php?
How to pad an array with the same value multiple times?
Is wordpress a php framework?
Which functions are used to remove whitespaces from the string?
Is it easy to learn wordpress?
Explain how can we increase the execution time of a php script?
Tell me what library is used for pdf in php?
What are the different types of array in php?
Why laravel is best php framework?
What is session and Cokkies . How it works . tell some thing about Session_id()
What is difference between sql and php?
How do you destroy a particular or all Sessions?
Is it difficult to learn php?
How to delete a file from the system?
What is a PHP Filter?