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 will help you with some of the runtime vars) To write a file use this function: http://us2.php.net/manual/en/function.fwrite.php To read in a file use this function: http://us2.php.net/manual/en/function.fopen.php

There are quite a few internal functions PHP can help you read, write files with. HTH


--
Jason Gerfen

"When asked what love is:
Love is the Jager talking."
~Craig Baldo

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

Reply via email to