Re: Dreamweaver PHP Template Include Path -
12-04-2003
, 03:23 PM
If "foo.php" is located at the sites root, then make the include path: <?php include("/foo.php"); ?>, this way bar.php for example can locate the include no matter where it is located at in your site.
Just so you know, DMX doesn't render dynamic code in edit view, only the static bits of it.
MiKE.
Looking for freelance work | mike[at]mzanime.com
$i = "fun"; while($i > $possibilities) { $code; $code++; } |