Kolay Gelsin






<head> 
<meta http-equiv="Content-Language" content="tr"> 
</head> 


<?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>
"; 

?>