Welcome Guest, Not a member yet? Register   Sign In
Blog Tutorial: Query results are not showing
#2

[eluser]TheFuzzy0ne[/eluser]
Welcome to the CodeIgniter community!

You're right, you are missing something small.

If you're going to use short tags, you need to do them like this:
Code:
<h3>&lt;?=$row->title?&gt;</h3>
Note: the "=" sign

Otherwise, do this:

Code:
<h3>&lt;?php echo $row->title; ?&gt;</h3>


Messages In This Thread
Blog Tutorial: Query results are not showing - by El Forum - 03-03-2009, 03:16 PM
Blog Tutorial: Query results are not showing - by El Forum - 03-03-2009, 03:30 PM
Blog Tutorial: Query results are not showing - by El Forum - 03-04-2009, 07:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB