Re: [PHP] Include + $Variables Help

2002-06-08 Thread Olexandr Vynnychenko
Hello Steven, Saturday, June 08, 2002, 5:40:40 PM, you wrote: S> Here's my problem: S> I'm trying to make a simple publication of 30+ articles, using PHP but not S> MySQL. S> There are basically three components: S> - a table of contents (contents.html) S> - an article template (arti

Re: [PHP] Include + $Variables Help

2002-06-08 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Steven declared > # Is that enough? > > # I then assume this would result in it trying to include 'name.txt', > # but instead there is always a nasty error about the .txt part. > # I should probably ask, is passing variables inside an

[PHP] Include + $Variables Help

2002-06-08 Thread Steven
Here's my problem: I'm trying to make a simple publication of 30+ articles, using PHP but not MySQL. There are basically three components: - a table of contents (contents.html) - an article template (article.php) - and then 30+ text files. The idea I was going for was to make dyn