Url conversion in PHP
Posted
by ayush
on Stack Overflow
See other posts from Stack Overflow
or by ayush
Published on 2010-06-09T09:58:54Z
Indexed on
2010/06/09
10:02 UTC
Read the original article
Hit count: 294
php
i have the following url in a html page-
/delete/Release 1
But when i am trying to print it it comes in following manner-
/delete/Release%201
Can anyone suggest how to convert this hex value of %20 into a white space in PHP.
© Stack Overflow or respective owner