Hi guy\'s,
first at all - Great component!
I\'ve got one question, i\'m using the 1.0.4.2 version
As employer you can create, view and edit your Jobpostings, but is it possible to make a \"delete button-function\"?
I\'m not realy sure what to add in the source text.
I was trying stuff like this but it didn\'t realy work.
<td> <?php $delete = \"DELETE FROM tablename WHERE Spaltenname=.$app->id.\";
$delet = mysql_query($delete);?>
<a href=\"<?php echo $delete?>\"><img src=\"delete.png\"></a>
</td>
Thx, Zorren