kodunuzun şu şekilde olması gerekiyor;

  
<?php 
$marlboro=$_GET["marlboro"]; 
include ("$marlboro.php"); 
 
echo '<table width="153" border="1"> 
  <tr> 
    <th width="143" scope="row"><div align="left">'.Ana Sayfa.'</div></th> 
  </tr> 
  <tr> 
    <th scope="row"><div align="left">'.Dersler.'</div></th> 
  </tr> 
  <tr> 
    <th scope="row"><div align="left">'.Notlar.'</div></th> 
  </tr> 
  <tr> 
    <th scope="row"><div align="left">'.Dokumanlar.'</div></th> 
  </tr> 
  <tr> 
    <th scope="row"><div align="left">'.Haberler.'</div></th> 
  </tr> 
</table>'; 
 
?>
hata almaya devam ediyorsanız dil dosyalarınızı ve index dosyanızı kontrol etmenizi öneririm.. Ayrıca sorun düzelmezse bu php dosyasını sıfırdan yazın ve sadece "<td> - </td>" olarak sade bir biçimde kodlarınızı aynene uygulayın,yani "<th> ler yerine <td>" ..