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

[eluser]DoctorG[/eluser]
G'day all!

Just wondering if anybody else has had any problems with following the blog video tutorial? I got up to about 1/4 way and ended up with problems.
My blog_view.php code is:

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;

...and I get the following error:

Quote:My Blog Heading
A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$My Blog Title

Filename: views/blog_view.php

Line Number: 10

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: body

Filename: views/blog_view.php

Line Number: 11


I would appreciate any help....Kind thanks,
Darren


Messages In This Thread
Video tutorial problem - by El Forum - 09-15-2009, 07:23 AM
Video tutorial problem - by El Forum - 09-15-2009, 07:56 AM
Video tutorial problem - by El Forum - 09-15-2009, 06:45 PM
Video tutorial problem - by El Forum - 09-27-2009, 12:06 PM
Video tutorial problem - by El Forum - 09-27-2009, 12:54 PM
Video tutorial problem - by El Forum - 09-27-2009, 07:45 PM
Video tutorial problem - by El Forum - 09-29-2009, 01:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB