ok I have this code line to promt the user " are you sure you to delete this entry?"
but I can't get it right, can you help me?
I tried to put it outside the php script, because if it is inside, the javascript doesn't work.
<a href="$PHP_SELF?delete=$id" onClick="return confirm('Do you really want to delete that entry??');"><font face="verdana" size="2"><?php print "Löschen"; ?></a></p>