RE: Decoding URL-encoded strings..
Thanks a million.. > -Original Message- > From: Nigel Wetters [mailto:[EMAIL PROTECTED]] > Sent: 03 July 2001 11:39 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Decoding URL-encoded strings.. > > > From CPAN - URI::Escape - > > > NAME
Re: Decoding URL-encoded strings..
>From CPAN - URI::Escape - NAME URI::Escape - Escape and unescape unsafe characters SYNOPSIS use URI::Escape; $safe = uri_escape("10% is enough\n"); $verysafe = uri_escape("foo", "\0-\377"); $str = uri_unescape($safe); DESCRIPTION This module pro