Je moet ingelogd zijn om te stemmen.
<?php echo '<a href="wijzigen.php?id=' . $id .'" title="wijzigen">Wijzige</a>'; ?>
{ $sQuery = mysql_query('SELECT ID, Project FROM Project') or die (mysql_error()); while($project= mysql_fetch_array($sQuery)) { echo '<table>'; echo ' <tr>'; echo ' <td ><a href="wijzigen.php?id=' . $project['ID'] . '" target="_self"><img src="css/images/button.jpg" /></a></td>'; echo ' </tr>'; echo '</table>'; }