kan iemand mij zeggen waar de fout zit.
<?php
include("config_mop.php");
$resultaat = mysql_query("SELECT * FROM moppen WHERE =".$_GET['mop_id'] );
?>
<style type="text/css">
<!--
.style1 {
color: #FFFFFF;
font-weight: bold;
}
-->
</style>
<table border="0">
<?php while ($record = mysql_fetch_array($resultaat)){ ?>
<tr>
<th width="144" scope="col"></th>
<th width="241" scope="col"></th>
</tr>
<tr>
<th width="144" scope="col"></th>
<th width="241" scope="col"></th>
</tr>
<tr>
<th width="144" scope="col"><div align="left"></div></th>
<th width="241" scope="col"></th>
</tr>
<tr>
<th width="144" scope="col"><div align="left">Van:<?php echo("{$record['voornaam']}"); ?></div></th>
<th width="241" scope="col"><div align="left"><?php echo("{$record['titel']}"); ?></div></th>
<th width="104" scope="col"><div align="left"><a href="greenlight.php?page=verwijder_mop&id=<?php echo("{$record['mop_id']}");?>"><img src="cancel.png" border="0" alt="Verwijder alle gegevens uit de database, LET OP! gegevens worden definitief verwijderd!!" /></a><a href="greenlight.php?page=bewerk_mop&id=<?php echo("{$record['mop_id']}");?>"><img src="add.png" border="0" alt="Bewerk de gegevens"/></a><a href="greenlight.php?page=info_mop&id=<?php echo("{$record['mop_id']}");?>"><img src="accept.png" border="0" alt="Informatie"/></a></div></th>
</tr>
<tr>
<td><div align="left">Bron:<?php echo("{$record['bron']}"); ?></div></td>
<td><div align="left"><?php echo("{$record['bericht']}"); ?></div></td>
</tr>
<?php }?>
<tr>
<th width="144" scope="col"></th>
<th width="241" scope="col"></th>
</tr>
<tr>
<th width="144" scope="col"></th>
<th width="241" scope="col"></th>
</tr>
<tr>
<td><div align="left"></div></td>
<td><div align="left" class="style1"><strong>mop <a href="greenlight.php?page=toevoeg_mop">toevoegen</a></strong> <br />
<br />
</div></td>
</tr>
</table>