Hi, hope somebody will be able to help me out on this as Im pretty stumped.
I've got this code
<code>
<? $section = "Console Access"; include ('include/auth.php');
include ('include/config.php');
include ("include/database.php"
;
include_once ('include/form.php');
include_once ("include/top_header.php"
;
DrawMatrixTableBegin("97%"
;
DrawMatrixRowBegin();
DrawMatrixCustom("<strong>raXnet cacti (<a href=\"about.php\">about</a>)</strong>"
;
DrawMatrixRowEnd();
DrawMatrixTableEnd();
include_once ("include/bottom_footer.php"
; ?>
</code>
in my index.php so that is where the browser points to when I enter my base URL but the page just displays this text all on one line.
raXnet cacti (about)"
; DrawMatrixRowEnd(); DrawMatrixTableEnd(); include_once ("include/bottom_footer.php"
; ?>
Which is the same as the bottom bit of code.
All the tags look correct and I have been looking at this for ages. I am running redhat linux 7.3 with apache 1.3.23,
php-4.1.2-7.4.6, mysql-3.23.49-3. ------------------------------------------
Thanx | your welcome !!
roycrom
I've got this code
<code>
<? $section = "Console Access"; include ('include/auth.php');
include ('include/config.php');
include ("include/database.php"
include_once ('include/form.php');
include_once ("include/top_header.php"
DrawMatrixTableBegin("97%"
DrawMatrixRowBegin();
DrawMatrixCustom("<strong>raXnet cacti (<a href=\"about.php\">about</a>)</strong>"
DrawMatrixRowEnd();
DrawMatrixTableEnd();
include_once ("include/bottom_footer.php"
</code>
in my index.php so that is where the browser points to when I enter my base URL but the page just displays this text all on one line.
raXnet cacti (about)"
Which is the same as the bottom bit of code.
All the tags look correct and I have been looking at this for ages. I am running redhat linux 7.3 with apache 1.3.23,
php-4.1.2-7.4.6, mysql-3.23.49-3. ------------------------------------------
Thanx | your welcome !!
roycrom