Welcome Guest, Not a member yet? Register   Sign In
Gathering data BASED on already gathered data?
#3

[eluser]rxcjack[/eluser]
Could you provide a code example? This is what I have in my view at the moment for displaying the lists.

Code:
<?php foreach($result as $row):?>
<dl>
<dt><strong>&lt;?=$row->name?&gt;</strong></dt>
<dd>&lt;?=$row->description?&gt;</dd>
</dl>
<br />
<ul>
    &lt;!-- For loop goes here --&gt;
    <li>EACH ENTRY HERE</li>
    &lt;!-- For loop ends here --&gt;
&lt;?php endforeach;?&gt;


Messages In This Thread
Gathering data BASED on already gathered data? - by El Forum - 06-18-2009, 10:26 PM
Gathering data BASED on already gathered data? - by El Forum - 06-18-2009, 10:46 PM
Gathering data BASED on already gathered data? - by El Forum - 06-18-2009, 10:50 PM
Gathering data BASED on already gathered data? - by El Forum - 06-18-2009, 10:55 PM
Gathering data BASED on already gathered data? - by El Forum - 06-18-2009, 11:06 PM
Gathering data BASED on already gathered data? - by El Forum - 06-18-2009, 11:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB