Answers for "php escape url"

PHP
2

php encode url parameters

urlencode("query string params");
Posted by: Guest on July-09-2019
0

escape url string php

<?php echo rawurlencode(html_entity_decode($your_string_here)); ?>
Posted by: Guest on October-01-2021

Browse Popular Code Answers by Language