Jump to content

Web Site Update


k3n3t1k

Recommended Posts

I was wondering if I could get some input.I am working on a web site and I am trying to make it as easy as possible for the owner to update.What do you think is the best language to create a web based update utility?Thanks in advanced.k3n3t1k

Link to comment
Share on other sites

  • 1 month later...

If you're going with something like creating a CMS (Content Management System). You'll need a admin page(s) for them to log into to make changes. To store the data you could either use file access and store content in txt files and insert via includes. Or you could create a database to store the data. It all depends on what type of data you're trying to store. If you need something complex (multi-field like a database) but portable (like a txt file) you could also use xml.For languages to create the back-end you could use server-side scripting like PHP or ASP. Client-side scripting like JavaScript could also be used, but I usually reserve this for special effects that won't break the site if they are disabled.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...