
- Forum
- Programming Talk
- Html
- Is Load on Server Needed
Is Load on Server Needed
This is a discussion on Is Load on Server Needed within the Html forums, part of the Programming Talk category; If I want to refresh my HTML page does it mean that I have to go to the server side ...
-
Is Load on Server Needed
If I want to refresh my HTML page does it mean that I have to go to the server side for performing the same or is there any command to achieve the same without putting effort on server.
-
I don't think your question makes sense.... if you don't want to make a call to server ... how you are going to get data from the database unless it's a static page ...
-
12-14-2010, 01:46 AM #3
- Join Date
- Dec 2010
- Answers
- 34
It depends on how your server is set up... static HTML does not take much to serve up but dynamic pages are often cached.
-
Sponsored Ads

Reply With Quote





