Premettendo che di php sò quello che ho scritto nel primo post, io ho provato ad usare
codice:
<?php include($_GET['ind']); ?></td>
Ma non funziona, ho provato anche questo ma non funziona
codice:
<?php
switch($_GET['ind']){
case 'news' : $_GET['ind'] = 'news/show_news.php'
case 'staff' : $_GET['ind'] = 'sezioni/staff.htm'
break; }
?>
Per quanto riguarda le pagine incluse sono tutte uguali perchè uso una base sempre uguale e sono tutte in .htm e iniziano tutte così
codice:
<html>
<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
<body style="background-color: transparent" oncontextmenu="return false" onselectstart="return false" ondragstart="return false" topmargin="5">