php auto update

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
jscan12
Forum Newbie
Posts: 5
Joined: Fri Oct 29, 2004 8:47 pm

php auto update

Post 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.
objectifier
Forum Newbie
Posts: 3
Joined: Wed Oct 20, 2004 1:24 pm

Post 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.
jscan12
Forum Newbie
Posts: 5
Joined: Fri Oct 29, 2004 8:47 pm

Post by jscan12 »

i understand that it can be done..whaty i'd like to know is how?
Post Reply