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));
Moderator: General Moderators
Code: Select all
$thumbnails = implode($thumbnails, range(1, 10000));