Posted by Toby Inkster on 11/29/06 09:21
Christoph Burschka wrote:
> The second option is to fetch the posts directly from the database (if
> one exists - I know some forums that use flat files, and maybe that's
> what you mean by "html").
Flat files *are* a database -- not a full-fledged ACID-compliant SQL
RDBMS, but a database all the same. And the data can be retrieved from
flat files fairly easily using fopen() and so forth.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|