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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -