Hello,
I've got a page, actually a friend does, that he'd like to update with
his schedule for the week. THis is a simple html page, and he'd like to do
this via a php script. Ideally one would load the page, see a current week
schedule if any, or nothing if there is none, and be able to add events.
This should be as simple as possible and not require a database for this is
simple text entry. I've fofilled part of this, i can open the index file,
and write information to it, but i'm not sure how to lock the file so
simultaneous writes can not occur and i do not know how o place the
information in a specific area.
Any help appreciated.
Thanks.
Dave.
I've got a page, actually a friend does, that he'd like to update with
his schedule for the week. THis is a simple html page, and he'd like to do
this via a php script. Ideally one would load the page, see a current week
schedule if any, or nothing if there is none, and be able to add events.
This should be as simple as possible and not require a database for this is
simple text entry. I've fofilled part of this, i can open the index file,
and write information to it, but i'm not sure how to lock the file so
simultaneous writes can not occur and i do not know how o place the
information in a specific area.
Any help appreciated.
Thanks.
Dave.
Comment