RE: [PHP-DB] Database creation question

2005-04-29 Thread Bastien Koert
Hi Ron,
You could look at FlatFile Databases.(http://ffdb-php.sourceforge.net/) The 
real issue is that if the discussion board becomes too active, your 
flatfiles don't have the same flexibility to adapt tp load.

hth
bastien
From: Ron Piggott [EMAIL PROTECTED]
Reply-To: Ron Piggott [EMAIL PROTECTED]
To: PHP DB php-db@lists.php.net
Subject: [PHP-DB] Database creation question
Date: Fri, 29 Apr 2005 19:33:50 -0400
I have a question.  I am wondering if any one out there has ever made a
database which maybe have fields dividied by # or /// --- something 
that
doesn't use mySQL, tables or columns?  OR another question is would it be
possible to install mySQL into my web site hosting package so I may use 
some
of my web site hosting disk space for mySQL purposes?  Is mySQL open 
source?

I want to create a series of discussion forums for my web site and I am
wanting to know if it is possible to use the web site hosting disk space
instead of the alloted mySQL disk space to hold the discussion messages.
Have any of you heard of the wwwboard on Matt's script archives?  It is
something like this I want to create.  If I use the disk space that HTML
files are typically stored in to store the data of the messages I will be
able to allot a good portion for messages and discussion to occur with; the
mySQL storage is more limited.
I am just starting to think about this now.
Ron
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP-DB] Database creation question

2005-04-29 Thread jnpritchard
Hi 
 
If your concern is fulling your MySQL database quota then one solution may be 
to store on the message headers in the MySQL Database, the message text could 
be stored as plain text files within your webspace.
 
James

Bastien Koert [EMAIL PROTECTED] wrote:
Hi Ron,

You could look at FlatFile Databases.(http://ffdb-php.sourceforge.net/) The 
real issue is that if the discussion board becomes too active, your 
flatfiles don't have the same flexibility to adapt tp load.

hth

bastien

From: Ron Piggott 
Reply-To: Ron Piggott 
To: PHP DB 

Subject: [PHP-DB] Database creation question
Date: Fri, 29 Apr 2005 19:33:50 -0400

I have a question. I am wondering if any one out there has ever made a
database which maybe have fields dividied by # or /// --- something 
that
doesn't use mySQL, tables or columns? OR another question is would it be
possible to install mySQL into my web site hosting package so I may use 
some
of my web site hosting disk space for mySQL purposes? Is mySQL open 
source?

I want to create a series of discussion forums for my web site and I am
wanting to know if it is possible to use the web site hosting disk space
instead of the alloted mySQL disk space to hold the discussion messages.
Have any of you heard of the wwwboard on Matt's script archives? It is
something like this I want to create. If I use the disk space that HTML
files are typically stored in to store the data of the messages I will be
able to allot a good portion for messages and discussion to occur with; the
mySQL storage is more limited.

I am just starting to think about this now.

Ron

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] Database creation question

2005-04-28 Thread Ron Piggott
I have a question.  I am wondering if any one out there has ever made a
database which maybe have fields dividied by # or /// --- something that
doesn't use mySQL, tables or columns?  OR another question is would it be
possible to install mySQL into my web site hosting package so I may use some
of my web site hosting disk space for mySQL purposes?  Is mySQL open source?

I want to create a series of discussion forums for my web site and I am
wanting to know if it is possible to use the web site hosting disk space
instead of the alloted mySQL disk space to hold the discussion messages.
Have any of you heard of the wwwboard on Matt's script archives?  It is
something like this I want to create.  If I use the disk space that HTML
files are typically stored in to store the data of the messages I will be
able to allot a good portion for messages and discussion to occur with; the
mySQL storage is more limited.

I am just starting to think about this now.

Ron

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php