urldecode question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jdsflash
Forum Newbie
Posts: 5
Joined: Mon Nov 30, 2009 11:59 am

urldecode question

Post by jdsflash »

How would I format this line of code properly?

<?php echo urldecode($_GET['Title']); ?>
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: urldecode question

Post 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.
Post Reply