what is the diffrence between for and foreach?

Answer Posted / swapnil

well when we use for loop it will execute only for the time
we have mentioned in loop ie ex for(i=0;i<25;i++) 25 times
whereas foreach is used only when we dont know that limit it
may be the case when we perform operation on database queries

Is This Answer Correct ?    6 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is default session time in php?

733


How do you count numbers in php?

741


How to delete an element from an array?

797


What are the differences between echo and print?

774


How do I check if a given variable is empty?

709


Do you know what is use of count() function in php?

742


What is difference Between PHP 5 and 7?

766


Is empty in php?

740


What does the unset() function mean?

824


Is apache needed for php?

694


What is PHP? Who is the father or inventor of PHP?

824


How to send email using php script?

760


How will you calculate days between two dates in PHP?

810


What are escaping characters?

727


How can you retrieve data from the mysql database using php?

764