Create a dynamic page that display data based on URL base 64 encoded parameters
Budget: $10 – $30 USD
I need to create a simple landing page that display dynamic data based on URL parameters encoded with base64 encoding.
For example: I type mydomain.com/validate.php?name=Tom&birthdate=23/12/1991&result=positive (but encoded with non readable human url like mydomain.com/validate.php?AbUhHAjhJ7672HjnJ8 ), and it should display a validation page with these parameters as variables displayed.
So page in this case should display:
Name = Tom
Birthdate = 23/12/1991
Result = Positive
For example: I type mydomain.com/validate.php?name=Tom&birthdate=23/12/1991&result=positive (but encoded with non readable human url like mydomain.com/validate.php?AbUhHAjhJ7672HjnJ8 ), and it should display a validation page with these parameters as variables displayed.
So page in this case should display:
Name = Tom
Birthdate = 23/12/1991
Result = Positive