I have trying to insert my menu into a page but having nothing but problems
I tried using
<?php
include("graysolutionsmenu.php");
?>
does nothing just show the title of the page and no php icon
and
<?php include($DOCUMENT_ROOT . "graysolutionsmenu.php"); ?>
this version worked with a blank file using ie but not when I place it into the file I want to use it on I get nothing
I am using dreamweaver if this matters
this is most likely dumb but new to PHP
thanks for any help