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 difference between mysqli and mysql?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
How should a model be structured in mvc?
Which array function checks if the particular key exists in the array?
What does the arrow mean in php?
What are variables in research examples?
What is the default time in seconds for which session data is considered valid?
Why do we use polymorphism in php?
Code to upload a file in PHP?
Why sessions are used in php?
What is input sanitization in php?
What is active record in php?
What is php date function?
How do you call a constructor for a parent class?
Is apache needed for php?