Welcome Guest, Not a member yet? Register   Sign In
Ordering DB results by date
#6

[eluser]Yash[/eluser]
Quote:Cant seem to get that working, I get an error in the browser.
show me error

and
Code:
<?=$this->load->view('header');?>

<body>

<?=$this->load->view('masthead');?>

<h2>&lt;?=$heading; ?&gt;</h2>

&lt;!--Start Pieces--&gt;

&lt;?php foreach($query->result() as $row): ?&gt;
<div class="block">
<img >image ?&gt;" title="&lt;?php echo $row->title ?&gt;" class="Tips2" />
<h3>&lt;?php echo $row->title ?&gt;</h3>
<p>&lt;?php echo $row->brief ?&gt;</p>
<p>&lt;?php echo $row->technologies ?&gt;</p>
<p><a >link ?&gt;" rel="external" title="&lt;?php echo $row->link ?&gt;">Click here to view the project</a></p>
</div>
&lt;?php endforeach; ?&gt;

&lt;!--Pieces End--&gt;


&lt;?=$this->load->view('footer');
?&gt;
I mean use short hand php


Messages In This Thread
Ordering DB results by date - by El Forum - 07-31-2008, 10:37 AM
Ordering DB results by date - by El Forum - 07-31-2008, 10:40 AM
Ordering DB results by date - by El Forum - 07-31-2008, 10:54 AM
Ordering DB results by date - by El Forum - 07-31-2008, 10:58 AM
Ordering DB results by date - by El Forum - 07-31-2008, 11:07 AM
Ordering DB results by date - by El Forum - 07-31-2008, 11:14 AM
Ordering DB results by date - by El Forum - 07-31-2008, 11:26 AM
Ordering DB results by date - by El Forum - 07-31-2008, 12:10 PM
Ordering DB results by date - by El Forum - 08-01-2008, 12:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB