see http://www.php.net/include for more details.
also, you can use a relative path to the file you're including. you don't have to type in the entire URL (allthough you may).
you can include you're menu like this, if you're index-file is in the same dir.
Code: Select all
include('menue.php3');
Greetz Daan