Heyy,
Iemand enig idee waarom dit niet weergeven word nadat er op
de submit knop is gedrukt met de knop zoek:
PHP
if(isset($_GET['zoek'])){
echo '<table width="625" border="1">';
echo '<tr width="625">';
echo '<td width="150px"><font color="grey"><b>'.$row["blacklist_name"].'</b></font></td>';
echo '<td width="100px"><font color="grey">'.$row["blacklist_city"].'</font></td>';
echo '<td width="100px"><font color="grey">'.$row["blacklist_postal"].'</font></td>';
echo '<td width="125px"><font color="grey">'.$row["blacklist_mail"].'</font></td>';
echo '<td width="125px"><font color="grey">'.$row["blacklist_phone"].'</font></td>';
echo '</tr>';
echo '</table>';
echo '</br>';
}
Toon Meer
Alvast bedankt,
SvenB