How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?>
urldecode question
Moderator: General Moderators
Re: urldecode question
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.
PS: PHP will urldecode $_GET stuff automatically. Don't do it yourself unless you need it decoded a second time.