[Prev][Next][Index][Thread]
links through cgi-bin program
-
To: www-lib@w3.org
-
Subject: links through cgi-bin program
-
From: blair@inch.com
-
Date: Sat, 25 Nov 1995 15:10:32 -0500 (EST)
-
From blair@inch.com Sat Nov 25 15: 06:15 1995
-
Message-Id: <Pine.NEB.3.91.951125150330.298A-100000@metric.inch.com>
I am looking for a way to create a link on my page that will:
1. Access a database of URLs
2. Open a socket to that URL
3. Pass the HTML code from that URL (with pictures) onto the client
I would like to do this in C...
I really don't need help with accessing the database but as far as
opening a socket and passing the HTML onto the client I am clueless.
Know of any good references for this kind of programing?