Welcome Guest, Not a member yet? Register   Sign In
problem with the tutorial
#1

[eluser]protanqcreator[/eluser]
Hi,

I'm new on code initer. I have a problem with the tutorial that shows how to create a blog.

This is my code :
Code:
<html>
<head>
<title><?=$title?></title>
</head>
<body>
<h1>&lt;?=$heading?&gt;</h1>
&lt;?php foreach($query->result() as $row):?&gt;
<h3>&lt;?=$row->title?&gt;</h3>
<p>&lt;?=$row->body?&gt;</p>
<hr>
&lt;?php endforeach;?&gt;    
&lt;/body&gt;
&lt;/html&gt;

That is the result on my webbrowser

title?&gt;

body?&gt;
title?&gt;

body?&gt;


Is threre somebody that can help me.

Thanks


Messages In This Thread
problem with the tutorial - by El Forum - 12-04-2008, 07:06 AM
problem with the tutorial - by El Forum - 12-04-2008, 07:24 AM
problem with the tutorial - by El Forum - 12-04-2008, 07:37 AM
problem with the tutorial - by El Forum - 12-04-2008, 07:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB