Here is my problem:
I get a result set from MySQL query,
I want to display the result as a link, then if the person clicks on the link
i want to preserve the value, and do something with it..i.e. delete the
record from database:
So far I have this:
echo htmlspecialchars(stripslashes($row["empID"]));
now..how can i display this as a link, and then get the value of
$row["empID"] if the person clicks on the link..and use some other
script to manipulate it
ur help is greatly