Page 1 of 1

updating web pages through IE and Login

Posted: Fri Feb 15, 2008 8:08 am
by jack lindsay
hi people

i was wondering if u could help me,

im developing a site for my aunti, she wants to beable to login and change certing text on the site.

i sort of had it working, (textarea, submit button, about page would then be updated with the text)
but i dont know how to make the pages save with the new text?

hope you understand what i typed, im still pretty new to php

thanks
Jack

Re: updating web pages through IE and Login

Posted: Fri Feb 15, 2008 1:03 pm
by Christopher
You need to load and save the editable HTML from somewhere. You can either read/write files or use a database and save the text there.