Author Topic: xml message boards  (Read 2841 times)

ygfperson

  • Founders
  • Posts: 601
  • Karma: +10/-1
    • Last.fm
xml message boards
« on: August 06, 2006, 11:26:21 PM »
do any exist? message boards that store their data in an xml file instead of a database? or would that idea be prohibitively wasteful? i'm working on a website that doesn't have access to a database and doesn't support sqlite, but does support php.

it's not a big deal, just wondering if anyone ever saw anything like this

micah

  • A real person, on the Internet.
  • Ass Wipe
  • Posts: 6915
  • Karma: +58/-55
  • Truth cannot contradict truth.
    • micahj.com
Re: xml message boards
« Reply #1 on: August 07, 2006, 08:36:31 AM »
Quote
i'm working on a website that doesn't have access to a database and doesn't support sqlite, but does support php.

just get a better website!  they can get a shared host for pennies a day from almost anywhere that includes database access.

or go one step further and get a virtual dedicate host for $10 to $16 a month.
I always recommend jumpline
"I possess a device, in my pocket, that is capable of accessing the entirety of information known to man.  I use it to look at pictures of cats and get in arguments with strangers."

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Re: xml message boards
« Reply #2 on: August 07, 2006, 09:26:40 AM »
Why would you even consider managing something like a set of forums with XML files????  Not only is it inefficient, but it'd be a lot of coding overhead to get the same power that SQL gives you.