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
updating web pages through IE and Login
Moderator: General Moderators
-
jack lindsay
- Forum Newbie
- Posts: 1
- Joined: Thu Feb 14, 2008 11:43 am
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: updating web pages through IE and Login
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.
(#10850)