Snake ну вопервых есть такая штука как Flat File DataBase
вот ОБЗОР:
This package provides an advanced database package for PHP for those without
access to mySQL. It is not a complete drop-in replacement for mySQL. In
fact, it doesn't support SQL at all.
However, most commonly used database functionality is provided in addition
to some advanced features. It is possible to write another PHP class to
wrap around FFDB to provide SQL functionality. I am happy with using the
methods on the current FFDB class, so I will probably not write such a
wrapper class myself.
Originally, I had wanted a small database for some PHP scripting, but did
not have access to mySQL. A package called TextDB was found, however I kept
finding bugs - in the end I decided it would be better to create my own
database library that worked the way I wanted, and that I could customise to
my own use with great ease.
Although the performance of FFDB is nowhere near that of mySQL, it should be
OK for light use. It uses a binary search and a sorted index to find items
in the database, and tries to minimise the disk space taken up by each file
and the amount of disk IO that is required to do a read or write. If you
really want the result of your queries sorted, you can do this too. You
can also specify a user defined function or a regular expression to select
the records you want before sorting.
Note that although the package is called "Flat File" DataBase (FFDB), it
really isn't a flat file due to the index and optimisations written in
the code.
Валяецца эта штука на sourceforge.net
Баps данных на файле))) вот на этой штуке можно уже много чего без базы данных делать
а так вообще есть такой товарисч - сайтик club.comlink.ru там есть форум без базы данных -- ну а что это за форум узнай у него... он себе долго искал и подбирал - я ему сам замучался уже ссылки на разные орумы давать -- я хистори в аське прибил - все ссылки у него небось... вот его аська 150200098... в форуме ник Женек...
и вообще лучше пошастай на sourceforge.net -- лучши нигде не найдешь)
p.s. помоему это дело надо нести к программерам а не в дизайн...
[Ответ]