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
>        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 provides functions to escape and unescape URI
>        strings as defined by RFC 2396.  URIs consist of a
>        restricted set of characters, denoted as "uric" in RFC
>        2396.  The restricted set of characters consists of
>        digits, letters, and a few graphic symbols chosen from
>        those common to most of the character encodings and input
>        facilities available to Internet users:
> 
> 
> >>> "Craig Paterson" <[EMAIL PROTECTED]> 07/03/01 10:06am >>>
> Can someone tell me what function I can use to
> decode URL-encoded strings, eg.
> 
> 3Dhttp%3A%2F%2Fwww.domain.com%2Fdummy%2Fdummyform.asp%3Fmode%3DDUMB
> 
> 
> Craig
> 
> 
> 
> 
> This e-mail and any files transmitted with it are confidential 
> and solely for the use of the intended recipient. 
> ONdigital plc, 346 Queenstown Road, London SW8 4DG. Reg No: 3302715. 
> 

Reply via email to