|
Posted by Charles on 09/07/06 17:43
On Wed, 06 Sep 2006 18:04:05 -0400, IchBin wrote...
>
>NC wrote:
>> Frits van Leeuwen wrote:
>>> Is it posible to create and use a DB without MYSQL or SQL?
>>
>> Depends on how you define a database. If you want data storage, you
>> can store data in text files. If you want fast lookups, joining, etc.,
>> you're better off with a database.
>>
>>> My provider doesn't give me the posebillety to use MYSQL or SQL.
>>
>> Perhaps, you should fire your provider and get a real one?
>>
>> Cheers,
>> NC
>>
>
>I am new to PHP but you could look at SQLite. You can search the PHP
>extended manual for info. Another external database that has been around
>longer is BerkeleyDB. This is C\C++ driven database.
>
>http://www.sqlite.org
>http://www.sleepycat.com
>
I haven't tried teh BerkeleyDB files with PHP yet myself. On the PHP side of
things I also found some documentation here that may be helpful...
http://www.php.net/manual/en/ref.dba.php
Charles
--
Newsguy's Help-A-Community Program
Help a community by participating in ours!
http://newsguy.com/charity.asp
Navigation:
[Reply to this message]
|