Re: [PHP] [How-to]flatfile New system with comments

2006-02-24 Thread tedd
How would I make a flatfile new systen with the ability for users to comment on the news selection (no login required)? ~Nick Couloute co-owner/Web Designer Sidekick2Music.Com Hi: Perhaps this might help: http://www.weberdev.com/get_example-420.html tedd --

[PHP] [How-to]flatfile New system with comments

2006-02-23 Thread Nicholas Couloute
How would I make a flatfile new systen with the ability for users to comment on the news selection (no login required)? ~Nick Couloute co-owner/Web Designer Sidekick2Music.Com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [How-to]flatfile New system with comments

2006-02-23 Thread John Nichel
Nicholas Couloute wrote: How would I make a flatfile new systen with the ability for users to comment on the news selection (no login required)? Write the code for it. -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.9675 [EMAIL PROTECTED] -- PHP

RE: [PHP] [How-to]flatfile New system with comments

2006-02-23 Thread Jay Blanchard
[snip] How would I make a flatfile new systen with the ability for users to comment on the news selection (no login required)? Write the code for it. {/snip] Carefully and thoughtfully. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [How-to]flatfile New system with comments

2006-02-23 Thread John Nichel
Nicholas Couloute wrote: LOL. I see the point your trying to make! I have made a news script before but how would I add coments to each individual new article! How would I keep it all together! and also to show only the lastest news articles! Without seeing one iota of your code, or your

RE: [PHP] [How-to]flatfile New system with comments

2006-02-23 Thread Jay Blanchard
[snip] LOL. I see the point your trying to make! I have made a news script before but how would I add coments to each individual new article! How would I keep it all together! and also to show only the lastest news articles! [/snip] See http://www.php.net/fopen and look at appending files. --

Re: [PHP] [How-to]flatfile New system with comments

2006-02-23 Thread Robert Cummings
On Thu, 2006-02-23 at 15:18, John Nichel wrote: Nicholas Couloute wrote: LOL. I see the point your trying to make! I have made a news script before but how would I add coments to each individual new article! How would I keep it all together! and also to show only the lastest news

Re: [PHP] [How-to]flatfile New system with comments

2006-02-23 Thread Jason Gerfen
John Nichel wrote: Nicholas Couloute wrote: How would I make a flatfile new systen with the ability for users to comment on the news selection (no login required)? Write the code for it. lol, too funny. The filesystem reference: http://us2.php.net/manual/en/ref.filesystem.php (this

Re: [PHP] [How-to]flatfile New system with comments

2006-02-23 Thread John Nichel
Jay Blanchard wrote: [snip] How would I make a flatfile new systen with the ability for users to comment on the news selection (no login required)? Write the code for it. {/snip] Carefully and thoughtfully. That goes for questions too. http://www.catb.org/~esr/faqs/smart-questions.html

Re: [PHP] [How-to]flatfile New system with comments

2006-02-23 Thread Nicholas Couloute
LOL. I see the point your trying to make! I have made a news script before but how would I add coments to each individual new article! How would I keep it all together! and also to show only the lastest news articles! On Thu, 23 Feb 2006 3:04 pm, Jay Blanchard wrote: [snip] How would I