KC LO at MAXIS wrote, on Saturday, May 27, 2000 12:32
: Is there a way to re-convert characters like ' # ', @, $,%,^,& etc from
an HTML page to it's orginal : form instead of the '%21% ' ? I'm passing
data from HTML page to a MAccess database using ODBC by the : following
method:-
:
: read(STDIN,
HI guys/gals,
Is there a way to re-convert characters like ' # ', @,
$,%,^,& etc from an HTML page to it's orginal form instead of the '%21% ' ?
I'm passing data from HTML page to a MAccess database using ODBC by the
following method:-
read(STDIN, $query , $ENV{'CONTENT_LENGTH'});
using