LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Forum by PHP (without SQL) (https://www.linuxquestions.org/questions/linux-software-2/forum-by-php-without-sql-302125/)

swmok 03-15-2005 11:07 PM

Forum by PHP (without SQL)
 
Hi All:

I found the software PBLang is a forum by PHP without using the MYSQL.

Is there any similar suggestion?
I mean a forum package using PHP ONLY and no need to install a data base.

Thanks.

Tinkster 03-16-2005 03:50 PM

Ummm ... why?

It may be OK to use some flat text-file for the
first one hundred, maybe even thousand posts...

But then the performance impact is going to kill
the fun of using it ...


Cheers,
Tink

Spudley 03-16-2005 05:22 PM

Seriously, I can't imagine why you'd want to do this. The only valid reason I can think of would be if you're forced to because your web host supports php but not mysql, which would be odd, but not unheard of.

But even if that is the case, there are sites out there that let you set up a free forum running phpBB or something similar on their servers, so I don't think there's much need for a non-DB forum.

A forum is really a bit too complex to be trying to run from a flat file. But if you're determined to try it, I looked up on www.HotScripts.com, and found a couple for you:

http://amfr.org/amfrforum/
http://www.jeroenwijering.com/?scr=list

You'll probably find more if you look around, but those were the first two that came up.

I hope that helps.

vharishankar 03-16-2005 09:07 PM

There are a couple of forums based on the flat-file model but they use Perl/CGI rather than PHP. I think a quick search would yield some results. I forget the actual sites.


All times are GMT -5. The time now is 09:12 AM.