by IMDESTROYER Banned
8 replies
  • WEB DESIGN
  • |
the question is really why do you need a database driven website?

What do you do that allows you to benefit from this?
#php
  • Profile picture of the author RyanGillam
    The fact that I can update content easily without editing HTML Source code and the fact that almost anybody is able to get to grips with a well-designed database-driven website. I change up my sites a lot, if it was purely static then it would suck!
    {{ DiscussionBoard.errors[7682084].message }}
  • Profile picture of the author SteveJohnson
    Originally Posted by IMDESTROYER View Post

    the question is really why do you need a database driven website?

    What do you do that allows you to benefit from this?
    If you can't answer that for yourself, then you don't need one
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[7682167].message }}
  • Profile picture of the author Lloyd Buchinski
    I started going into detail about a few simple things that php does well. After a bit I thought I might as well put up a page about it. Here it is.

    The simple advantages of php.

    This is not the sophisticated stuff that uses databases. It's just about includes which have advantages for simple html type sites.
    Signature

    Do something spectacular; be fulfilled. Then you can be your own hero. Prem Rawat

    The KimW WSO

    {{ DiscussionBoard.errors[7684594].message }}
    • Profile picture of the author IMDESTROYER
      Banned
      Originally Posted by Lloyd Buchinski View Post

      I started going into detail about a few simple things that php does well. After a bit I thought I might as well put up a page about it. Here it is.

      The simple advantages of php.

      This is not the sophisticated stuff that uses databases. It's just about includes which have advantages for simple html type sites.
      does havign a database protect more from gettign hacked?
      {{ DiscussionBoard.errors[7684862].message }}
      • Profile picture of the author Istvan Horvath
        Originally Posted by IMDESTROYER View Post

        does havign a database protect more from gettign hacked?
        No, Not at all...
        Signature

        {{ DiscussionBoard.errors[7687585].message }}
        • Profile picture of the author IMDESTROYER
          Banned
          Originally Posted by Istvan Horvath View Post

          No, Not at all...
          If you dont mind, would you care for a brief explanation.
          {{ DiscussionBoard.errors[7687634].message }}
          • Profile picture of the author Istvan Horvath
            Originally Posted by IMDESTROYER View Post

            If you dont mind, would you care for a brief explanation.
            No. Because I consider the type of generic questions as you started this thread... a useless exercise and wasting everybody's time.

            This is not the place to discuss some general philosophical issues of the website languages and/or techniques. Like html or data-driven (which, fyi, can be not only php...) - pros and cons etc.

            Other than that - see Steve's reply above
            Signature

            {{ DiscussionBoard.errors[7688804].message }}
      • Profile picture of the author Brandon Tanner
        Originally Posted by IMDESTROYER View Post

        does havign a database protect more from gettign hacked?
        In fact, having a poorly coded script / database actually increases your chances of getting hacked. So make sure you always take the necessary security precautions to minimize the chances of that happening.

        Google "MySQL injections" and "cross-site scripting".
        Signature

        {{ DiscussionBoard.errors[7687645].message }}

Trending Topics