Welcome Guest, Not a member yet? Register   Sign In
News and statistics in the left column
#1

[eluser]Bikun[/eluser]
Could somebody point me to the solution?

I need to show news and statistics on every page of the web site. In my left_view.php I have the following code:
Code:
<p>
    <strong>News</strong>
</p>
&lt;?php if($news->num_rows > 0):?&gt;
    &lt;?php foreach($news->result() as $row):?&gt;

    <p>
        &lt;?=$row->date_time?&gt; | &lt;?=$row->news?&gt;
    </p>

    &lt;?php endforeach;?&gt;
&lt;?php endif;?&gt;

Where should I make a query to the DB to get news? Since task is very common, I believe there should be some wide known solution for that.


Messages In This Thread
News and statistics in the left column - by El Forum - 12-06-2008, 10:58 AM
News and statistics in the left column - by El Forum - 12-06-2008, 11:57 AM
News and statistics in the left column - by El Forum - 12-06-2008, 12:03 PM
News and statistics in the left column - by El Forum - 12-06-2008, 02:09 PM
News and statistics in the left column - by El Forum - 12-08-2008, 08:53 AM
News and statistics in the left column - by El Forum - 12-08-2008, 09:09 AM
News and statistics in the left column - by El Forum - 12-08-2008, 09:56 AM
News and statistics in the left column - by El Forum - 12-08-2008, 12:45 PM
News and statistics in the left column - by El Forum - 12-08-2008, 12:47 PM
News and statistics in the left column - by El Forum - 12-08-2008, 01:11 PM
News and statistics in the left column - by El Forum - 12-08-2008, 01:25 PM
News and statistics in the left column - by El Forum - 12-08-2008, 01:31 PM
News and statistics in the left column - by El Forum - 12-08-2008, 01:38 PM
News and statistics in the left column - by El Forum - 12-09-2008, 05:26 AM
News and statistics in the left column - by El Forum - 12-09-2008, 10:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB