Comments

One Response to “How can static Web pages be made easier to update using database technology?”

  1. zenyara on September 7th, 2009 2:39 pm

    You can put data points inside the web page that query the database in those spots.

    Example: There are 45 members in our group!

    2 days pass…

    There are 60 members in our group!

    The spot where the number is has the database code. Pretty simple, once you know how. The part that would call the database will be PHP or ASP or JSP or Cold Fusion. I use PHP.

    You can also use code in multiple pages where you can make changes to one and all pages are updated, likewise! AMAZING!

Feel free to leave a comment ...