Skip to content

Instantly share code, notes, and snippets.

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