Ask a Question related to Dreamweaver AppDev, Design and Development.
-
watsonad #1
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
-
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... -
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... -
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... -
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"... -
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:... -
Tom Muck #2
Re: Dynamic table
"watsonad" <webforumsuser@macromedia.com> wrote in message
news:cvu0v0$2lo$1@forums.macromedia.com...URL> 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 aand> variable to display a dynamic page with a full-size photo. I'm using PHPDoes the database contain a photo name or does it contain the actual photo?> MySQL.
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
-
watsonad #3
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



Reply With Quote

