Click to See Complete Forum and Search --> : Update a site based on text files


benny666
08-27-2003, 07:34 PM
hello,

I am trying to set up a website that can be updated by a secretary or another person who does not know html.

Is there an option to load a page based on an external text file for example

I will have a text file called configuration.txt
and values in it like
dailyLinks="www.google.com"
currentDiscount="50%"

than pages on the site will be updated after reading this text??

if not possble any one can suggest another way???

requestcode
08-27-2003, 07:54 PM
You will have to use a server side language such as PHP or Perl to perform that function. JavaScript can not read nor write to files.

benny666
08-30-2003, 12:23 PM
Thanks