Page 1 of 1

urldecode question

Posted: Sun Dec 13, 2009 7:50 pm
by jdsflash
How would I format this line of code properly?

<?php echo urldecode($_GET['Title']); ?>

Re: urldecode question

Posted: Sun Dec 13, 2009 8:23 pm
by requinix
And by "format" you mean what?

PS: PHP will urldecode $_GET stuff automatically. Don't do it yourself unless you need it decoded a second time.