What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » For all you webmasters!

Poll: If you had the choice would you have txtfile, SQlite or Mysql?
TexTFile
MySql
Sqlite
[Show Results | Edit Poll]
Note: This is a public poll; other users will be able to see what you voted for.
For all you webmasters!
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: For all you webmasters!
MySQL is a service, it allows multiple connections at once, is easy to manage,... Seriously, if you learn how to use MySQL in PHP, you won't EVER want to use *.txt files anymore!

Imagine two almost simultaneous attempts to write to a single text file to update some stuff. The first instance reads it, then the second does. The first one writes some stuff to it, but the second one overwrites it without knowing that the first instance just wrote something else to that file. Thus, your first writing action will be lost. On a small server, this may not sound like a big problem, but imagine having a popular site with lots of visitors... then you'll be happy you've chosen for MySQL! :)

Don't know much about SQLite, but if Wikipedia is correct, it uses a .sqlite file to store the information in... Uh? :P
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
03-02-2008 10:41 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
For all you webmasters! - by Quantum on 03-02-2008 at 09:10 AM
RE: For all you webmasters! - by NanaFreak on 03-02-2008 at 09:13 AM
RE: For all you webmasters! - by Quantum on 03-02-2008 at 09:14 AM
RE: For all you webmasters! - by -dt- on 03-02-2008 at 09:53 AM
RE: For all you webmasters! - by Matti on 03-02-2008 at 10:41 AM
RE: For all you webmasters! - by Quantum on 03-02-2008 at 10:42 AM
RE: For all you webmasters! - by Eddie on 03-02-2008 at 12:44 PM
RE: For all you webmasters! - by Menthix on 03-02-2008 at 01:19 PM
RE: For all you webmasters! - by Quantum on 03-02-2008 at 02:13 PM
RE: For all you webmasters! - by Menthix on 03-02-2008 at 02:21 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On