Gossamer Forum
Home : Products : DBMan : Installation :

Using SSI to show DBman output on page

Quote Reply
Using SSI to show DBman output on page
I might be off topic here, but:
I would like to show the output from searches with DBman in a *.shtml document using Include.
Anybody knows where to find info on this?

Quote Reply
Re: Using SSI to show DBman output on page In reply to
Hi,

I believe on current versions of Apache you can pass query string in, so this should work:

<!--#include file="/cgi-bin/db.cgi?uid=default&view_records=1&ID=5&ww=1"-->

to show record with ID number 5. You'd want to modify html.pl to not display a full page (no <html>, <head> tags etc).

Cheers,

Alex