Database-backed website w/o server RDBMS

This is a discussion on Database-backed website w/o server RDBMS within the PHP Language forums, part of the PHP Programming Forums category; I'm looking for a website backend. I can use PHP and other scripting languages, but I don't have ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-27-2004
Matt O'Toole
 
Posts: n/a
Default Database-backed website w/o server RDBMS

I'm looking for a website backend. I can use PHP and other scripting languages,
but I don't have access to an RDBMS. So I'm looking for an RDBMS substitute --
maybe something that reads/writes plain text or XML files sitting on the web
server. Any ideas?

Matt O.


Reply With Quote
  #2 (permalink)  
Old 01-27-2004
Manuel Lemos
 
Posts: n/a
Default Re: Database-backed website w/o server RDBMS

Hello,

On 01/27/2004 02:36 AM, Matt O'Toole wrote:
> I'm looking for a website backend. I can use PHP and other scripting languages,
> but I don't have access to an RDBMS. So I'm looking for an RDBMS substitute --
> maybe something that reads/writes plain text or XML files sitting on the web
> server. Any ideas?


Here you may find several ideas, including some based on CSV files and
even with PHP only based SQL support:

Class: Class.DB.php
http://www.phpclasses.org/adb

Class: File DB
http://www.phpclasses.org/filedb

Class: Perfect Database File
http://www.phpclasses.org/pdbf

Class: textDB
http://www.phpclasses.org/textdb


--

Regards,
Manuel Lemos

Free ready to use OOP components written in PHP
http://www.phpclasses.org/

MetaL - XML based meta-programming language
http://www.meta-language.net/

Reply With Quote
  #3 (permalink)  
Old 01-27-2004
Dave Benjamin
 
Posts: n/a
Default Re: Database-backed website w/o server RDBMS

In article <JVlRb.2589$BY3.1719@nwrddc01.gnilink.net>, Matt O'Toole wrote:
> I'm looking for a website backend. I can use PHP and other scripting languages,
> but I don't have access to an RDBMS. So I'm looking for an RDBMS substitute --
> maybe something that reads/writes plain text or XML files sitting on the web
> server. Any ideas?


You might try a Berkeley DB style database:
- http://www.php.net/manual/en/ref.dba.php

Depending on your needs, you may be able to get by with something simpler
like serialize or WDDX:
- http://www.php.net/manual/en/function.serialize.php
- http://www.php.net/manual/en/ref.wddx.php

With any of these solutions, you'll probably want to use some sort of
locking if there is the possibility of multiple users trying to write to
your data files at the same time.
- http://www.php.net/flock

Use this info at your own risk. I always use RDBMSs. ;)

Good luck,
Dave

--
..:[ dave benjamin (rameny sp00) -:- spoomusic.com -:- ramenfest.com ]:.
: d r i n k i n g l i f e o u t o f t h e c o n t a i n e r :
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 07:34 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0