> 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
> >(fish
>>Any advice or URL's would be greatly appreciated.
>
>
>http://www.php.net/manual/en/function.fopen.php
Maybe you will appreciate this one to:
http://www.php.net/manual/en/function.fread.php
Merry x-mass and happy new year
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscrib
From: Anthony Ritter
>Happy holidays everyone.
>
>Right now, if I want to update a fishing report using straight html I have
>to type in the data in a .html page and *republish* that information to the
>server.
>
>Every time there is an update - say once a day - that information has to be
>republ
Happy holidays everyone.
Right now, if I want to update a fishing report using straight html I have
to type in the data in a .html page and *republish* that information to the
server.
Every time there is an update - say once a day - that information has to be
republished to the server.
This is