I need to call a MySQL command in the a href link.
i.e. <a href = "Delete" >.
How can I make it work?
Thanks in advance,
Helen
You cant call it from the href. Instead call a program that performs the operation your require. for example <A href="fileman.php?action=DEL">
Mark.