I am using Apache and mySql from Abriasoft and want to use the include statement. I have done this in the past using .shtml but want to uuse the PHP statement.
Here is what I have:
/ Begin Menu Include /
include("menu.php");
/ End Menu Include /
Every time I run the code it wants to download the file. What I am doing is loading a menu program so I don;t have to hard code it on every page.
Any help here is appreciated.
Jim