PHP interesse |
|
Ik krijg mijn waarden in de tabel niet te zien.
'k Heb met html gewerkt, om die tabel makkelijker te maken. Misschien daar de fout?
<table border="0" cellspacing="0" style="border-collapse: collapse" width="60%" cellpadding="0">
<tr>
<td width="30%">Naam:</td>
<td width="70%"><a href= "mailto:<?$aBerichten['email']?>"<?$aBerichten['naam']?></a></td>
</tr>
<tr>
<td width="30%">Datum:</td>
<td width="70%"><?$aBerichten['datum']?></td>
</tr>
<tr>
<td width="100%" colspan="2"><?$aBerichten['bericht']?></td>
</tr>
</table>
<table border="0" cellspacing="0" style="border-collapse: collapse" width="60%" cellpadding="0"> <tr> <td width="30%">Naam:</td> <td width="70%"><a href= "mailto:<?$aBerichten['email']?>"<?$aBerichten['naam']?></a></td> </tr> <tr> <td width="30%">Datum:</td> <td width="70%"><?$aBerichten['datum']?></td> </tr> <tr> <td width="100%" colspan="2"><?$aBerichten['bericht']?></td> </tr> </table>
|