Explain the syntax for ‘foreach’ loop with example.
No Answer is Posted For this Question
Be the First to Post Answer
How can we know the number of days between two given dates using PHP?
8 Answers AZTEC, HCL, Navsoft,
What is happening in the following code $objA = new A(); // A is a class $objB = $objA;
Specify pre-defined classes in php ?
How do I see how many pages per session in google analytics?
Tell me how can we pass the variable through the navigation between the pages?
Explain the changes in php versions?
Is it necessary to use closing tag in php?sometime without closing tag things work.why?
How to replace a text in a string with another text in php?
Which function you can use in php to open a file for reading or writing or for both?
What are the different loops in php?
Can I include php in javascript?
What is the difference between mysql_fetch_object and mysql_fetch_array?