Re: I need advice on how to create thousands of articles with PHP or else
- From: Michael Fesser <netizen@xxxxxx>
- Date: Thu, 02 Oct 2008 13:26:41 +0200
..oO(SM)
I have a index.php template (2 columns). The right columns contains a
bunch of links (interviews, poems, etc...) The left columns contains
the actual article.
So if I click on a link on the right menu, the article shows on the
left column.
The links have an url that look like this:
http://www.myweb/library/?doc=194uf7s39
So far, no problem. Everything works like it should.
Here's the question or needed advice. I have more then a thousand
articles (in diferent categories) and i want to know what is the best
way to create those articles. Should i create a PHP file for each one?
Should i create a text file in notepad for each article? Should create
a 'funny' html for each article?
Maybe create an XML file for each article. I can't use MYSQL in this
case for portability reasons.
Where's the problem? A database would be the right tool. You as the
developer decide if your SQL will be portable or not.
Micha
.
- References:
- Prev by Date: List predefined variables
- Next by Date: Re: I need advice on how to create thousands of articles with PHP or else
- Previous by thread: Re: I need advice on how to create thousands of articles with PHP or else
- Next by thread: Re: I need advice on how to create thousands of articles with PHP or else
- Index(es):