[snip]
First question: I'm creating a custom content manager for a small site. 
It will basically be used to store short articles (several paragraphs
each).  Now my question is, is storing these to a text file going to
work or am I going to have problems later on when the file gets to be a
reasonable size.  I ask this, because the only way I can seem to work
with the text file is to read the entire file in and alter it that way. 
Are there any ways to edit or remove one line of a text file without
having to read the entire file first?  Would I be better off using a
database instead of a text file (keep in mind that I know nothing about
databases)?
[/snip]

Go to http://www.evolt.org and search for the ABC's of CMS articles. It
is a good basic set for setting up a simple CMS using PHP and a database
(in this case MySQL)

HTH!

Jay

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to