include html file with php navigationbar -


i want make navigationbar dropdown menu , problem script doesn't load main page if open index.php without specific site.

php code:

$seite="./" .$_get[ 'page']. ".html";   if (!file_exists($seite))     $seite ="./main.html" ;  else      include($seite); 


Comments