<?php include("includes/menu.php"); ?>
where menu.php is saved in a folder called "includes" under my root directory. It looks good when done in Notepad and uploaded to my server, but when I open the same file, index.php, in HTML Editor, and click the Preview tab, the menu isn't there.
Thoughts?
Ryan Clark