C
|
cgphp 10/2/2011 |
Create and alias for one of the fields of the master table. For example: SELECT
$value = "<a href='detail_table_name_list.php?start=".$data['start_yr']."&end=".$data['end_yr']."'>Details</a>";
|
J
|
Jepsen author 10/2/2011 |
Christian |
C
|
cgphp 10/2/2011 |
To keep the master-detail functionality you need a link between the two tables and a lot of code to validate the entries for the master and the detail table. |
J
|
Jepsen author 10/14/2011 |
I have tried all sort of things and I ended up with a solution which is not too bad. global $conn;
{$vis_maerkedage}
|