foreach code for implode count, help please
Posted: Mon Apr 02, 2012 2:55 pm
I need to return each number from 1 - 10000 individually
to out each number as part of url to build the link.
How to write out the the foreach syntax, please help
to out each number as part of url to build the link.
How to write out the the foreach syntax, please help
Code: Select all
$thumbnails = implode($thumbnails, range(1, 10000));