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
>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
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