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
To trim additional curly braces
$guid = strtolower(trim(com_create_guid(), "{}")); (PHP 5 or later)