updating web pages through IE and Login

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jack lindsay
Forum Newbie
Posts: 1
Joined: Thu Feb 14, 2008 11:43 am

updating web pages through IE and Login

Post 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
User avatar
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

Post 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.
(#10850)
Post Reply