build tags

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

    build tags

    Dear all
    In my database, i have tons of information, how can i build the
    "tags" page? How to measure which keyword is meaningful ?
    thanks
    from Peter (cmk128@hotmail .com)
  • Geoff Berrow

    #2
    Re: build tags

    Message-ID: <48a3eb41$1@127 .0.0.1from Peter contained the following:
    In my database, i have tons of information, how can i build the
    >"tags" page? How to measure which keyword is meaningful ?
    >thanks
    I feel a 'Jerry' coming on...

    And your php question would be?

    --
    Geoff Berrow 011000100110110 0010000000110
    001101101011011 001000110111101 100111001011
    100110001101101 111001011100111 010101101011
    The Slippery Hill Boys Tel: 07985 425932. American themed barn dances and bluegrass performances. Stoke on Trent, Newcastle under Lyme, Staffordshire, Cheshire and surrounding areas.

    Comment

    • Jerry Stuckle

      #3
      Re: build tags

      Peter wrote:
      Dear all
      In my database, i have tons of information, how can i build the
      "tags" page? How to measure which keyword is meaningful ?
      thanks
      from Peter (cmk128@hotmail .com)
      >
      First you have to define "meaningful ". Any word will be more or less
      "meaningful " depending on the person using it and the context in which
      it is being used. We can't help you on that part.

      Once you've figured that out, it shouldn't be too hard to build the rest
      of the page. Just build an array with the tag and it's "level of
      meaningfulness" , sort by the level and display the tags.

      --
      =============== ===
      Remove the "x" from my email address
      Jerry Stuckle
      JDS Computer Training Corp.
      jstucklex@attgl obal.net
      =============== ===

      Comment

      • Jerry Stuckle

        #4
        Re: build tags

        Geoff Berrow wrote:
        Message-ID: <48a3eb41$1@127 .0.0.1from Peter contained the following:
        >
        > In my database, i have tons of information, how can i build the
        >"tags" page? How to measure which keyword is meaningful ?
        >thanks
        >
        I feel a 'Jerry' coming on...
        >
        And your php question would be?
        >
        Actually, there is some PHP question buried here - but he's got a ways
        to go before he gets there :-)

        --
        =============== ===
        Remove the "x" from my email address
        Jerry Stuckle
        JDS Computer Training Corp.
        jstucklex@attgl obal.net
        =============== ===

        Comment

        Working...