Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Exploding a list of urls…Going insane. Re: Exploding a list of urls…Going insane.

#92016
Johnnyb
Member

I’m not really a PHP guy either, but to loop through the array wouldn’t it be something like this:


for ($i = 0; $i <= count(thearrayitem); $i++) {
echo ' . '>' . thearrayitem . '';
}