<?php <html> <head> <title>Our First QCodo Sample </title> </head> <body> <?php $this->RenderBegin(); ?> <?php $this->RenderEnd(); ?> </body> </html>
The error I'm getting is at the first <html> tag. It's saying that there is "no start tag <html>" and "no start tag <body>" as well as "invalid location of tag <body>". I'm using Eclipse for PHP developers, build ID: 20100218-1602. I'm pretty sure this is a set up error on my part.


Sign In
Create Account

Back to top









