Title: RE: Beginners Database Question

This looks like just what I am after doing, but we run Netscape fastback server
can anyone point me in the right direction?
TIA

Terry
...Eric B. Leslie wrote ..
...
...>    I'm experimenting with putting a db backend on
...everything.

...everyone else seems to be overlooking the obvious and/or
...getting ahead of
...themselves .. from what you're saying you're looking for a
...way to include
...the output of a Perl program inside a web page
...
...what I think you're after are called Server Side Includes
...(or SSIs for
...short) .. they're available for most web servers .. and the syntax is
...generally the same (or similar) for all web servers
...
...at least under IIS and Apache the following will embed the
...output of the
...Perl program main_table.pl from the /cgi-bin directory in
...the body of the
...web page
...
...
...
...  <html><head><title>SSI Example</title></head>
...
...  <body>
...
...    <!--#include virtual="/cgi-bin/main_table.pl" -->
...
...  </body></html>
...
...
...--
...  jason king
...
...  In South Carolina, merchandise may not be sold within a
...half mile of
...  a church unless fruit is being sold. - http://dumblaws.com/
...

Reply via email to