Je moet ingelogd zijn om te stemmen.
<td width="200" bgcolor="#00ccff"><b>lid sinds:</b></td> <td width="200" align="right" bgcolor="#00ccff"><?php echo .date(d/m/Y H:i, $datum).; ?></td>
<td width="200" bgcolor="#00ccff"><b>lid sinds:</b></td><td width="200" align="right" bgcolor="#00ccff"><?php echo .date(d/m/Y H:i, $datum).; ?></td>
<?php echo date('d/m/Y H:i', $datum); ?>
$sql = mysql_query('SELECT * FROM tabel'); $sql_assoc = mysql_fetch_assoc($sql);
$sql = mysql_query('SELECT * FROM tabel');$sql_assoc = mysql_fetch_assoc($sql);
<td width="200" bgcolor="#00ccff"><b>lid sinds:</b></td> <td width="200" align="right" bgcolor="#00ccff"><?php echo $sql_assoc['datum']; ?></td>
<td width="200" bgcolor="#00ccff"><b>lid sinds:</b></td><td width="200" align="right" bgcolor="#00ccff"><?php echo $sql_assoc['datum']; ?></td>
<td width="200" bgcolor="#00ccff"><b>lid sinds:</b></td><td width="200" align="right" bgcolor="#00ccff"><?php echo $data['datum']; ?></td>
<?php echo 'test'; echo 'test'; ?>
<?php echo 'test'; echo 'test';?>