what is the diffrence between for and foreach?
Answer Posted / krunal gohel
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 ? | 15 Yes | 6 No |
Post New Answer View All Answers
What is php mean?
Hello Friends,I am seeking for a job in php having 9 months. exp.Please suggest any company openings.
What is the functionality of md5 function in php?
What is session_register()?
What types of Data Can Be Used as Array Keys?
Is php a low level language?
Is strcmp case sensitive?
Explain the difference b/w static and dynamic websites?
how retrive the video file in php using video tag
What are the benefits of using php and mysql?
Which is not a php magic constant?
What is design pattern? Explain all including singleton pattern?
What is return in php function?
What is variable give example?
Explain what is meant by pear in php?