On Mon, 22 Jun 1998, Ricardo Peres wrote:

>1-What is the simplest way to convert an "urlencoded" string
>(resultant from a HTTP POST or GET) into an ascii string? I have written a
>couple of functions do to that, but I'm have certain doubts as to their
>simplicity...

In perl I use the CGI module (man CGI) and I only need
$query->param('foo'); to get the field. 

>2-When I try to compile a C/C++ program that accesses a PostgreSQL
>database, with something like "gcc -llibpq -o binfile sourcefile.c" I

gcc -lpq

Andrea[s] Arcangeli

Reply via email to