Forum Moderators: coopster

Message Too Old, No Replies

Dreamweaver repeat regions from multiple tables

         

kerrysnow

1:53 am on Mar 13, 2005 (gmt 0)



I'm trying to print a repeat-region table that's populated when a user
submits a key-value from the "main" table, as an HTTP Get value. The table
includes several foreign keys, that I need to populate with their values
from the foreign tables. When I use a simple recordset, everything looks
fine...the table prints with each set of values in the table. When I try to
write a usable recordset in Dreamweaver, to convert the foreign-key values
to their particular values in the foreign tables, however, the table prints
with the one value (presumably the first matched value in the foreign table)
printed over and over in each row.

I hope this makes sense. I have this problem throughout the application
that I'm trying to write, so I'd guess that others have had the same problem

Any help would be GREATLY appreciated.

jatar_k

10:00 pm on Mar 14, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld kerrysnow,

I don't personally know anything about how DW writes php but if you want some help with the actual queries or php/mysql code itself maybe a small snippet of the relevant code would be in order.