Kevinnaia
02-18-2003, 12:57 PM
Which code is right?
<?php include ("ID"); ?>
<?include ("ID"); ?>
<?php include ("ID");?>
<?include ("ID");?>
or are they all wrong? people have said that <?include ("ID"); ?> was right but it doesn't work on my site! and when you link to a file, would it be like:
<a href="index.php?ID=home.html" target="_PARENT" name="Home" onmouseover="window.status='Home'; return true;" onmouseout="window.status=''; return true;" title="Home" accesskey="H">Home</a>
Thank You,
Kevin Naia
<?php include ("ID"); ?>
<?include ("ID"); ?>
<?php include ("ID");?>
<?include ("ID");?>
or are they all wrong? people have said that <?include ("ID"); ?> was right but it doesn't work on my site! and when you link to a file, would it be like:
<a href="index.php?ID=home.html" target="_PARENT" name="Home" onmouseover="window.status='Home'; return true;" onmouseout="window.status=''; return true;" title="Home" accesskey="H">Home</a>
Thank You,
Kevin Naia