Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Results 1 to 10 of 10

Thread: What is difference between dynamic & static website ?

  1. #1
    Famous16 is offline Junior Member
    Join Date
    Feb 2010
    Posts
    17

    Default What is difference between dynamic & static website ?

    Hi,

    What is difference between dynamic & static website ?

    Can anybody Please explain for me....

    Regards,
    Famous16

  2. #2
    surreypcsupport's Avatar
    surreypcsupport is offline Senior Member
    Join Date
    Nov 2008
    Location
    surrey
    Posts
    565

    Default

    Dynamic - site pages change dependant on what the user enters. Pages are generated using scripting such as PHP or ASP which produces the final html on the fly. May also use a database such as mysql of sql server.

    Static - Pages are always the same, no user input, pages created in HTML.

  3. #3
    zbastian_19 is offline Member
    Join Date
    Apr 2009
    Posts
    87

  4. #4
    surreypcsupport's Avatar
    surreypcsupport is offline Senior Member
    Join Date
    Nov 2008
    Location
    surrey
    Posts
    565

    Default

    Quote Originally Posted by zbastian_19 View Post
    Google loves HTML.
    It's still all html. PHP and ASP scripts output html so google doesn't see the difference apart from the page file extension.

  5. #5
    sempolard is offline Junior Member
    Join Date
    Apr 2010
    Posts
    2

    Default

    Quote Originally Posted by Famous16 View Post
    Hi,

    What is difference between dynamic & static website ?

    Can anybody Please explain for me....

    Regards,
    Famous16

    In which website the data or contents comes from data base and change frequently according to user request is a dynamic website, and the static website is in the form of HTML, the content of pages can not be change.

  6. #6
    Join Date
    Mar 2010
    Posts
    96

    Default

    Anyone would think this guy is asking these questions just for the hell of it...

    Look at his post history!

  7. #7
    jacinthemilton is offline Junior Member
    Join Date
    Jan 2010
    Posts
    13

    Default

    Dynamic sites are sites that you can update regularly because usually it has database.While static one don't have one.

  8. #8
    surreypcsupport's Avatar
    surreypcsupport is offline Senior Member
    Join Date
    Nov 2008
    Location
    surrey
    Posts
    565

    Default

    You can still produce dynamic pages without a database. The scripts could contain values that you use to produce a particular response to a user input. Here is an example of a dynamic page that does not use a database.

    http://www.surreypcsupport.com/it-support-quote.php

    On the above page a user enters their support requirements and the script produces a quote. No database is used.

    So the important difference between static and dynamic is not whether there is a database or not. It is whether the page allows the user to enter something in order to produce a result. If it does, it is dynamic, if it doesn't, it is not. SImples

  9. #9
    jesila is offline Junior Member
    Join Date
    Mar 2010
    Posts
    5

    Default

    Hello,
    First of all you must know what it means dynamic means automatic and static means manually you got it.

  10. #10
    surreypcsupport's Avatar
    surreypcsupport is offline Senior Member
    Join Date
    Nov 2008
    Location
    surrey
    Posts
    565

    Default

    Quote Originally Posted by jesila View Post
    Hello,
    First of all you must know what it means dynamic means automatic and static means manually you got it.
    No. Dynamic is a word that describes something that changes its state. Static describes things that do not change state.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124