Parašė avice· 2010 Lie. 7 22:07:48
#9
Arba naudok geresni koda:pvz:
a.php
<body>
<table width="751" border="0">
<tr>
<td width="511"><?php
$id = $_GET['id'];
if ($id == "") {
?>
<p align="center">Pagirindinis</p>
<?
}
if ($id == naujienos) {
?>
<p align="center">Naujienos cia</p>
<?
}
if ($id == siuntiniai) {
?>
<p align="center">Siuntiniai cia</p>
<?
}
?>;</td>
<td width="511"><p><a href="a.php?id=naujienos">Naujienos</a></p>
<p><a href="a.php?id=siuntiniai">Siuntiniai</a></p>
<p><a href="/">Pagrindinis</a></p></td>
</tr>
</table>
</body>
</html>
Redagavo avice· 2010 Lie. 7 22:07:32