PDA

View Full Version : Iterate customers list


Brian Roisentul
10-04-06, 03:46 PM
Hello,

I'm new at MIVA, and I just wanted know if anyone can tell me how to iterate my customers list, so I can display their e-mail adresses on a page.

I've already tried using this syntax but didn't work:


<mvt:foreach iterator="customer" array="customers">
<p>&mvt:customer:login;</p>
</mvt:foreach>


Thanks,

Brian

Vic - WolfPaw Computers
10-04-06, 04:29 PM
Besides the ethical issue of doing this, you would then also expose the list of email addresses to webbots and spiders.

NOT a good idea.

Didn't you just post this same question in another forum?