Page 1 of 1

foreach code for implode count, help please

Posted: Mon Apr 02, 2012 2:55 pm
by danjapro
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

Code: Select all


	$thumbnails = implode($thumbnails, range(1, 10000));


Re: foreach code for implode count, help please

Posted: Mon Apr 02, 2012 3:01 pm
by Celauran
What you've listed above is just going to create a monster string. What is it exactly you're trying to do?