0
Excuse me, what if in a foreach loop in php I had to start from a specific item of the array rather than the index 0 ??
Intelligent question.
2 Answers
0
I'm not sure but may be you can use an if statement inside the for each loop to print the desired result.
0
Ok