Hi all,
I've pulled most of my hair out over the last few days and need some help.
Description:
I am creating a db application with dreamweaver and using php and mysql server behaviour. My database consists of losts of many to many tables that are necessary.
I have created the 1st page with a table and links that send an url variable to the detail form on another page. That works fine.
Problem:
As per normal, I have recordset with an update form on the detail page that recieves the url variable. That all works great.
However, I want to use the url variable that was passed to the detail form from the the 1st form. The variable will be used for the 2nd recordset on the detail page.
How do I get the url variable that has been passed to the 2nd page to my 2nd recordset by using dreamweavers recordset builder?
Please see below for an example of what I am trying to accomplish
Select * from table1, Table2
Where tableIndex.fieldValue1 = url variable and table2.fieldvalue = table1.fieldValue2
Many thanks in advance
John