Answers for "escape url string php"

PHP
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