Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Dynamic table

    I have a very basic understanding of placing a dynamic table on my page.
    Unfortunately, it's very basic.

    I want to create a 3 row by 5 column table. Each cell should contain a
    thumbnail from my photo database. Clicking on the thumbnail will post a URL
    variable to display a dynamic page with a full-size photo. I'm using PHP and
    MySQL.

    I've looked around in the Developer Center and didn't find anything. Any
    suggestions?

    Tony



    watsonad Guest

  2. Similar Questions and Discussions

    1. Dynamic table !!
      I am looking for a dynamic table to get en hold the info about the user. When a user is logged on the info such as Email, Name, Last Name should be...
    2. Dynamic table rows
      I'm creating a form online laid on in a table. It is a order form for images from a educational library. We recieve orders from 1-thousands of...
    3. Dynamic Table ?
      Sure it's possible .. there is an Excel driver that works pretty much like the Access driver in the MDAC. That said .. I would personally import it...
    4. How to create a table with dynamic table name
      <html><div style='background-color:'><DIV> <DIV class=Section1> <P class=MsoNormal style="mso-layout-grid-align: none"><FONT face="Times New Roman"...
    5. Dynamic Table with Dynamic LinkButtons
      Looks like I'm not the only one to come across this. Found a post 9 months old that deals with the same thing. Here's the fix: Add line:...
  3. #2

    Default Re: Dynamic table

    "watsonad" <webforumsuser@macromedia.com> wrote in message
    news:cvu0v0$2lo$1@forums.macromedia.com...
    > I have a very basic understanding of placing a dynamic table on my page.
    > Unfortunately, it's very basic.
    >
    > I want to create a 3 row by 5 column table. Each cell should contain a
    > thumbnail from my photo database. Clicking on the thumbnail will post a
    URL
    > variable to display a dynamic page with a full-size photo. I'm using PHP
    and
    > MySQL.
    Does the database contain a photo name or does it contain the actual photo?

    I have a free extension available that may be of use:
    [url]http://www.tom-muck.com/extensions/help/HorizontalLooper/[/url]



    --
    -------------------------------------------
    Tom Muck
    co-author Dreamweaver MX 2004: The Complete Reference
    [url]http://www.tom-muck.com/[/url]

    Extending Knowledge, Daily
    [url]http://www.CommunityMX.com/[/url]


    Tom Muck Guest

  4. #3

    Default Re: Dynamic table

    Thanks for your suggestion, Tom. I just downloaded your extension and will try
    it out. It looks like it will do the job and I like that I can format the table
    with CSS.

    In answer to your question: the database does contain the actual photos. The
    columns are: id (primary key), title, description, date, size, thumbnail (a
    BLOB), and photo (large BLOB). The column id will be passed as a URL parameter
    when the thumbnail is clicked in the 5x3 table to build the PHP page that
    displays the full-size selected photo. I think I described this clearly.

    Any more suggestions? From your web page, it looks like the extension is going
    to work great.

    Thanks again.

    Tony


    watsonad 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