Skip to content

Instantly share code, notes, and snippets.

@cp-sumi-k
Last active May 19, 2022 11:07
Show Gist options
  • Save cp-sumi-k/b70bb6ee40d704abb3379cb1248caaf8 to your computer and use it in GitHub Desktop.
Save cp-sumi-k/b70bb6ee40d704abb3379cb1248caaf8 to your computer and use it in GitHub Desktop.
<?php
echo urlencode("https%3A%2F%2Fcanopas.com%3Fdata%3Dtest");
# output : https://canopas.com?data=test
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment