> From: Anthony Ritter
>
> >Using PHP, could I type in the updated fishing report in a
> >simple text filecalled: fishingreport.txt
> >and then... save that file to the server every time there is an
update
> where
> >a php script (or function) could be called to read or write to that
file
> >(fishingreport.txt) without the need of publishing the file every
time

    A variation on this that I've seen (with Perl I think though) was to
mark a section of an HTML file with a specific comment like
"<!--myfishystuffgoeshere-->Fishy fishy fishy
fish<!--myfishystuffgoeshere-->".  Then you or the user could
interactively edit the text from another PHP page, retreiving,
displaying, and replacing the text between the comments.

 - Steve Yates
 - SRT Enterprises
 - My hard disk is full!  Maybe I'll try this message section thing.

/ Taglines by Taglinator - www.srtware.com /




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to