OffTopic:
ich hatte gegenüber abraxax mal sowas erwähnt
BTW: Bitte nicht im OT versinken, wir haben hier genug Posts...
<?php
session_start();
echo '<pre>';
print_r($_SESSION);
echo '</pre>';
if ($_GET['action']=='user' and $_GET['show']=='profile') {
echo "<table align='center' width='60%' border='0' cellpadding='3' cellspacing='1'>
<tr height='50'>
<td width='50%' bgcolor='$tcolor2' align='center'><b><a href='?action=user&edit=details&id='".$_SESSION['user_id']."'>Details</a></b></td>
<td width='50%' bgcolor='$tcolor3' align='center'><b><a href='?action=user&edit=password&id='".$_SESSION['user_id']."''>Change Password</a></b></td></tr>
[...]
if ($_GET['action']=='user' and $_GET['show']=='profile') {
echo "<table align='center' width='60%' border='0' cellpadding='3' cellspacing='1'>";
print_r($_SESSION);
echo " <tr height='50'>
<td width='50%' bgcolor='$tcolor2' align='center'><b><a href='?action=user&edit=details&id='".$_SESSION['user_id']."'>Details</a></b></td>
<td width='50%' bgcolor='$tcolor3' align='center'><b><a href='?action=user&edit=password&id='".$_SESSION['user_id']."''>Change Password</a></b></td></tr>
[...]
Kommentar