use URI::Escape; $safe = uri_escape("10% is enough\n"); [download]
$str = uri_unescape($safe); [download]
In reply to Re: url code by btrott in thread url code by Delfer