why opt for photo data base?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • A.Translator

    #1

    why opt for photo data base?

    Can anyone tell me what the advantage of a (say php) photo database over a
    webalbum (just html) would be?

    --
    Groet,
    Adriana
    [ gooi de vuilnis weg als je me wilt mailen ]



  • Erwin Moller

    #2
    Re: why opt for photo data base?

    A.Translator wrote:
    [color=blue]
    > Can anyone tell me what the advantage of a (say php) photo database over a
    > webalbum (just html) would be?
    >[/color]

    Hi,

    None at all, unless you want to be able to change the photos/description/etc
    belonging to each photo.
    If you can do this by hand (because you understand how in HTML): just do it
    like that.

    If you use some scriptinglangua ge (like PHP) and a database, you could get
    the advantage of searching and such.

    But if it is just basic photos, and you know how to html, stick with that.
    ;-)

    So it depends on what you want to do with it.

    Regards,
    Erwin Moller

    Comment

    • A.Translator

      #3
      Re: why opt for photo data base?

      Erwin Moller schreef op 8-2-2006[color=blue]
      > A.Translator wrote:[/color]
      [color=blue][color=green]
      >> Can anyone tell me what the advantage of a (say php) photo database over a
      >> webalbum (just html) would be?[/color][/color]
      [color=blue]
      > None at all, unless you want to be able to change the photos/description/etc
      > belonging to each photo.
      > If you can do this by hand (because you understand how in HTML): just do it
      > like that.[/color]

      Thanks, Erwin. Just what I wanted to know.

      --
      Groet,
      Adriana
      [ gooi de vuilnis weg als je me wilt mailen ]



      Comment

      • Erwin Moller

        #4
        Re: why opt for photo data base?

        A.Translator wrote:
        [color=blue]
        > Erwin Moller schreef op 8-2-2006[color=green]
        >> A.Translator wrote:[/color]
        >[color=green][color=darkred]
        >>> Can anyone tell me what the advantage of a (say php) photo database over
        >>> a webalbum (just html) would be?[/color][/color]
        >[color=green]
        >> None at all, unless you want to be able to change the
        >> photos/description/etc belonging to each photo.
        >> If you can do this by hand (because you understand how in HTML): just do
        >> it like that.[/color]
        >
        > Thanks, Erwin. Just what I wanted to know.
        >[/color]

        Graag gedaan. ;-)

        Comment

        • god@zackbloom.org

          #5
          Re: why opt for photo data base?

          If you only have a few pictures use HTML but beyond that it is just
          unnecessarily tedious. Using PHP a mildly skilled programmer could
          make a simple photo host in under an hour that would be far more
          adaptable and expandable then any you could make with HTML. Also
          usually when your the kind of person who wants to host pictures you
          also will want to in the future and you don't what to be stuck
          modifying 100 HTML pages with the new images.

          Comment

          • A.Translator

            #6
            Re: why opt for photo data base?

            god@zackbloom.o rg schreef op 8-2-2006[color=blue]
            > make a simple photo host in under an hour that would be far more
            > adaptable and expandable then any you could make with HTML.[/color]

            In what way adaptable?

            --
            Groet,
            Adriana
            [ gooi de vuilnis weg als je me wilt mailen ]



            Comment

            Working...