Generating Private, Unique, Secure URLs

后端 未结 7 1521
萌比男神i
萌比男神i 2021-01-31 22:06

I\'d like to generate a secure one-click-access type of url similar to the examples below. I\'ll be using PHP but that is irrelevant as I\'m just looking to understand the under

7条回答
  •  终归单人心
    2021-01-31 22:46

    To trim additional curly braces

    $guid = strtolower(trim(com_create_guid(), "{}")); (PHP 5 or later)

提交回复
热议问题