what is the diffrence between for and foreach?
Answer Posted / ks.tarun
FOR loop will continue until some condition fails, but in
case of foreach loop will work until all item are processed.
Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
Tell me how comparison of objects is done in php5?
What are the advantages of triggers in php?
Explain what is the static variable in function useful for?
What is the difference server side and browser side validation?
What is the difference between get and post method in php?
Can we run php in apache tomcat?
What is the use of 'print' in php?
Which function gives us the number of affected entries by a query?
Tell me how can we automatically escape incoming data?
What is list function with their uses.
Which function would you use to merge two arrays in php?
What are the 3 types of sessions?
What is the difference between Session and Cookie?
Why do you need php?
How does php isset work?