Gossamer Forum
Home : Products : DBMan : Customization :

Including DBman in PHP.

Quote Reply
Including DBman in PHP.
Okay, so I've just recently begun learning PHP. I've been working with DBman for a while, but only on a basic level. Now, how can I include a database inside a PHP page?

Here's what I'm wanting to do...

I want this database:
http://www.heavenlywinds.net/cgi-bin/dbman/db.cgi

To be included in this site:
http://www.oddgirl.net/~reyhan/bnhs

with the query ?db and if I just do the

<?php
include('http://www.heavenlywinds.net/cgi-bin/dbman/db.cgi')
?>

it opens up as a completely separate page, instead of inside the table I want it in. Am I explaining this well enough? Unsure If you need to log in to the DB to help, test/test has all access.
Quote Reply
Re: [Reyhan] Including DBman in PHP. In reply to
You best be may be to include your page formatting within DBMan to match that of the site so it will blend in with your design.

This would be very easy to do using the user friendly mod as you would only have to change the html_page_top and html_page_bottom to include the formatting for the top and side menus.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] Including DBman in PHP. In reply to
Ok. I was hoping I wouldn't have to do that, but that's fine Tongue Thank you very much!