Welcome Guest, Not a member yet? Register   Sign In
How to show something on the right from a link on the left using Ajax
#8

[eluser]the_unforgiven[/eluser]
Code:
<div id="display">
&lt;?php
    $query = $this->db->query("SELECT * FROM mcd_events ");

    foreach ($query->result() as $row)
    {
    
    ?&gt;
        <p>&lt;?php echo $row->description ?&gt;</a></p>
        
    &lt;?php } ?&gt;
    </div>

This is in the view folder, inside display div which is inside content-right div


Messages In This Thread
How to show something on the right from a link on the left using Ajax - by El Forum - 06-30-2011, 06:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB