I am trying to make links that may be clicked once, and then upon being clicked will allow the user to enter in their name. I then need that link to automatically be removed and in place of the link, the person's name will be shown. Is there a solution to this?
generate a link with a unique id, like
foo.php?id=rewrff34rfefvd
store the id in a db
then have foo.php remove the id from the db once the user clicks on it.