I'm trying to develop a site which asks or a username and creates a dare for their friends through a unique URL with a random ID.
I succeeded in generating random IDs with PHP uniqid()
function
to append them in URL.
But I have no idea to make the generated URLs valid.
All I need to make the generated URLs valid when they are opened and display a welcome page with the username.