RE: DATA from HTML using STDIN

2000-05-29 Thread Joseph P. Discenza
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,

DATA from HTML using STDIN

2000-05-27 Thread KC LO at MAXIS
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