Hi Wilmar,
> And when the user hits the Delete link a pop up dialog box (javascript
> style) asks for confirmation.
Not a big deal. Your PHP script has to generate Links like:
<a href="myscript.php?del=xy" onClick="return confirm('really
delete?')">delete</a>
where xy is the id of your record. The link will be followed after a
positive conformation, "myscript.php" can delete the record.
Good luck
Keith
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php