Heeeeellllp with Dynamic links

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Heeeeellllp with Dynamic links

    I am building a Ecommerce website and am a newbie to Dynamic WebPages. I am
    using PHP, with Dreamweaver, and MySQL database to store my products
    pictures, descriptions, & ect. Can anyone tell me how to make dynamic links
    that only pull items from the database that are in the category as the link
    that I click?



    Example : If I have a link named Jewelry or Clothing. When the link is
    clicked it populates a page with these items from my database.



    Can any walk me through the steps or recommend an online source or book?



    Thanks in advance


    Planmaker30 Guest

  2. Similar Questions and Discussions

    1. Dynamic Links
      Template within a datagrid or datalist would work. "suzy" <phillipa@nospamming.com> wrote in message...
    2. links in dynamic text within flash
      Is it possible to create a link in a dynamic text box (contents loading from an external file). I thought it might be possible having the HTML text...
    3. Auto Generate Dynamic Links In PDF
      Hello, Not even sure where to place this one of if it is even possible. Does anyone know a way to auto generate dynamic links via Adobe PDF? ...
    4. dynamic text > but with hyper links
      hello Ive managed to get a text box that is dynamicly built from a .txt file using this code / create a new loadVars object mySimpleText = new...
    5. Dynamic Text Links.
      Hi, I have a flash project and in it I use a lot of Dynamic Text boxs. They are multilined, selectable and the text is rendered as HTML. I can...
  3. #2

    Default Re: Heeeeellllp with Dynamic links

    Hello,
    You transfer variables in the link
    Example:
    Jewelery: [url]www.yoursite.com/products.php?product=jewelery[/url]
    and where product is the veriable that you configure it when you extract
    data from your data base.
    Hope I helped you

    Zaki
    Making the worlds better

    "Planmaker30" <davidpettigrew@earthlink.net> a écrit dans le message de
    news: nc9xc.25398$Tn6.25201@newsread1.news.pas.earthlink .net...
    > I am building a Ecommerce website and am a newbie to Dynamic WebPages. I
    am
    > using PHP, with Dreamweaver, and MySQL database to store my products
    > pictures, descriptions, & ect. Can anyone tell me how to make dynamic
    links
    > that only pull items from the database that are in the category as the
    link
    > that I click?
    >
    >
    >
    > Example : If I have a link named Jewelry or Clothing. When the link is
    > clicked it populates a page with these items from my database.
    >
    >
    >
    > Can any walk me through the steps or recommend an online source or book?
    >
    >
    >
    > Thanks in advance
    >
    >

    Zaki Guest

Posting Permissions

  • You may not post new threads
  • You may 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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139