07-28-2008, 08:04 AM
|
#4 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Posts: 126
Thanks: 4
|
Sorry for the old bump.
Want to output each row from a mysql while statement. Whats the best way to get around this?
Meant something so in the template I can add:
<% beginwhile:results %>
<div>
<h3><% Name %></h3>
<p><% Address %></p>
</div>
<% endwhile:results %>
|
|
|
|