php - How can I provide temporary links to web pages? -


i intend give users ability share link profile other people, link should not usual link. instead :

  • it should not give out real landing page
  • the user should able deactivate if wish

is possible ?

the page be

publicuserprofile.php?userviewid=12345

behind scenes (in db or something), 12345 mapped user santaclaus.

if santaclaus decides, no longer wants profile publicly available, delete mapping of 12345=santaclaus.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -