How to set foreach function to show only first 3 elements (limited records...)?
Matthew1980
8:02 am on May 14, 2011 (gmt 0)
Hi there toplisek,
Forgive me for suggesting this, I am tired, but wouldn't you just set a counter up so that on the third iteration of the loop you would use a break; to exit the loop, or even get a goto going so that when condition is true your forwarded to another part of your script?