Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1]
Send this topic | Print
Topic: Working On A Project!  (Read 265 times)
« on: October 01, 2008, 04:45:48 AM »
darky88 Offline
Newbie

View Profile
*
Posts: 1



Hi I Am Working On A Forum Thetdont need SQL!
All The Files Thet Will Need To Save In Database Will Be Safed In TXT Files!
What Do You With About That?
Its Pusible?
Its Will Be Good?
Report to moderator   Logged

 
« Reply #1 on: November 25, 2008, 10:01:51 AM »
faran Offline
Newbie

View Profile WWW
*
Posts: 3



its possible but security is very week why not try free sql ? huh
http://www.bluesql.net/
Report to moderator   Logged

« Reply #2 on: November 27, 2008, 12:16:04 PM »
Floobynooby Offline
Newbie

View Profile WWW
*
Posts: 24



You should give http://www.opensourcecms.com/ they have plenty of information on there that may be of use. You are going to need some sort of database though.
Report to moderator   Logged

« Reply #3 on: Yesterday at 05:50:56 PM »
Primate Offline
Newbie

View Profile
*
Posts: 14



You certainly can make a forum that saves all its information in flat text files. However, there are a bunch of problems with that. First of all, it's much slower than a database if you have large files. Databases will cache queries, which makes them much faster. It can also be difficult to update information in a text file; you have to search through each line for the value you want.

The only use of such a system is for hosts that provide PHP or another server side language but not databases. These hosts are few and far between, so you won't have a large user base. However, it can definitely be a learning experience for you. Go for it!

@Faran--there are no security problems with using flat files tongue.
@Floobynooby--he doesn't need a database.
Report to moderator   Logged
 
Pages: [1]
Send this topic | Print
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC