Neticus
01-28-2006, 02:36 AM
Hi, Im not a coder however pick up basic code insertions here and there. Have just discovered the 'include' statement however am unable to include php in tables. It just fails to appear or comes out literally as text. Please, how would I write the php include code below so as it gets processed?
<?php
<table width="100%" cellpadding="0" cellspacing="0" border="0">
include("nav.php");
</table>
?>
Help appreciated!
Thanks
<?php
<table width="100%" cellpadding="0" cellspacing="0" border="0">
include("nav.php");
</table>
?>
Help appreciated!
Thanks