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
Is it possible to remove the html tags from data?
How to add 301 redirects in PHP?
How many open modes available when a file open in PHP?
What is x+ mode in fopen() used for?
What is a static variable in php?
Is php easier than node?
Explain what is the difference between session and cookie?
Do I need apache for php?
for image work which library?
What is a definer in mysql?
What is new keyword in php?
What is a php certification?
Is echo a function in php?
How can we upload a file in php?
Is php fully object oriented?