Page 1 of 1

php auto update

Posted: Fri Oct 29, 2004 8:50 pm
by jscan12
hi i am new to php. i am interested in making an easy update section on my web site.
ie an authorised user can login and add a new page to the site with some text and some pictures.
it would have to be very simple for the user to do as they don't have much pc experience.
is this possible to with php? would i also need sql?
thanks for any help you can offer.

Posted: Fri Oct 29, 2004 9:29 pm
by objectifier
It is quite easy to do with PHP and you can do it with or without a database. You can store the data they enter in text files or XML files if you like. Images would be store on the file system and referenced by file name.

Posted: Sat Oct 30, 2004 2:08 pm
by jscan12
i understand that it can be done..whaty i'd like to know is how?