|
Posted by Frits van Leeuwen on 09/08/06 11:10
> >>> 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
> --
Perfect.
thanks alot
Navigation:
[Reply to this message]
|