Originally posted by mudskipper
View Post
PHP Code:
<?php
$foo = array("foo", "bar bar");
$bar = 1;
echo urlencode("blah $foo[$bar]\n");
?>
Code:
blah+bar+bar%0A
Comment