From: kleipper on
never get my questions answered but I'll give it one more try...

Does anyone know of a VERY SIMPLE script or how to write a script or
where to download a script that i can use to update a DW page? I don't
want to download any more CMS files where they say its oh so easy and
then you open it and there's 20 more files sitting in it. I want to do
this with like, one php page if possible (I think it is). I don't even
care about password protection right now, I'll do that later. I just
want a page with a form, which, when filled out and submitted, it will
update the content of another page. Text only. That's all. Thanks
From: leparet on
Hi,
as far as I understand the question the solution could be just this:

the script with the form starts a script to write the contents of "another
page" into a textfile

Then: the written textfile is #included in the "another page "

But, maybe this is a too simple interpretation of the question

gr.
... leparet..

<kleipper(a)alum.calarts.edu> wrote in message
news:60a05c6b-1a73-4719-9c57-771fbac54ebe(a)w5g2000prd.googlegroups.com...
> never get my questions answered but I'll give it one more try...
>
> Does anyone know of a VERY SIMPLE script or how to write a script or
> where to download a script that i can use to update a DW page? I don't
> want to download any more CMS files where they say its oh so easy and
> then you open it and there's 20 more files sitting in it. I want to do
> this with like, one php page if possible (I think it is). I don't even
> care about password protection right now, I'll do that later. I just
> want a page with a form, which, when filled out and submitted, it will
> update the content of another page. Text only. That's all. Thanks