Jump to content

fernyb

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

fernyb's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. fernyb

    Queries

    Okay so I am building a web application some sort of web blogging type of software. Well it basic function is to enter a new entry into the database and then it will display it on the front page of the site. Now I need some advice would it be better and faster to have it input the data into the databse and at the same time create a html file that will be called into the main page instead of always making query calls to the database. So everytime the user add a new entry a new row is added with the content and a new page with that content aswell. and when they modify it or delete it the html file wll do the same be delete or modified with the same contents that are inputed into the database? in other words is it good idea to always make query calls to the database when the user access the page?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.