pixaturk adlı üyeden alıntı:
mesajı görüntüle
<? if (!empty($_SESSION[kullanici])) { ?>
<table border="0" width="500" cellspacing="0" cellpadding="0" valign="top">
<tr>
<td height=40 background=img/panelust.jpg align=center>
<a href=index.php?sayfa=MusteriPaneli&islem=AlanAdlar im>Alan Adlarım </a> -
<a href=index.php?sayfa=MusteriPaneli&islem=Hostingle rim>Hostinglerim </a> -
<a href=index.php?sayfa=MusteriPaneli&islem=BekleyenO demeler>Bekleyen Ödemeler </a> -
<a href=index.php?sayfa=MusteriPaneli&islem=HavaleBil dirim>Havale Bildirim </a> -
<a href=index.php?sayfa=cikis>Çıkış </a>
</td>
</tr>
<tr>
<td>
<?
if (empty($_GET[islem])) { include "moduller/panel_giris.php"; }
if (($_GET[islem]=="AlanAdlarim")) { include "moduller/panel_alanadi.php"; }
if (($_GET[islem]=="Hostinglerim")) { include "moduller/panel_hostinglerim.php"; }
if (($_GET[islem]=="BekleyenOdemeler")) { include "moduller/panel_bekleyenodemeler.php"; }
if (($_GET[islem] == "HavaleBildirim")) { include "moduller/panel_havalebildirim.php"; }
?>
</td>
</tr>
</table>
<? } else {
echo'<script language="JavaScript">window.location.href="index.php?sayfa=GirisYap;"</script>';
} ?>
login ekranını ama bu seferde kullanıcı kayıtta bir problem çıktı: