View with record correlation |
10/6/2006 6:10:16 AM |
PHPRunner General questions | |
A
ainoila author
Hi,
|
|
T
|
thesofa 10/6/2006 |
Hi and welcome |
A
|
ainoila author 10/6/2006 |
Hi and welcome Is the database MYSQL? If so, I may be able to help
|
J
|
Jane 10/6/2006 |
Hi, select `table1`.`field1`, `table2`.`field2`, `table3`.`field3`, ... `table8`.`field8` from `table1` inner join `table2` on (`table1`.`nscheda` = `table2`.`nscheda`) inner join `table3` on (`table1`.`nscheda` = `table3`.`nscheda`) ... inner join `table8` on (`table1`.`nscheda` = `table8`.`nscheda`)
|
A
|
ainoila author 10/10/2006 |
Hi Jane, |
![]() |
Alexey admin 10/10/2006 |
Ilaria, |
A
|
ainoila author 10/11/2006 |
Hi Alexey, |
J
|
Jane 10/12/2006 |
Ilaria, function ViewOnLoad() { echo "<a href=\"tribunale_view.php?".$_SERVER["QUERY_STRING"]."\">tribunale</a> "; echo "<a href=\"part_att_view.php?".$_SERVER["QUERY_STRING"]."\">part_att</a> "; echo "<a href=\"part_comp_view.php?".$_SERVER["QUERY_STRING"]."\">part_comp</a> "; echo "<a href=\"giudizio_view.php?".$_SERVER["QUERY_STRING"]."\">giudizio</a> "; echo "<a href=\"ist_att_view.php?".$_SERVER["QUERY_STRING"]."\">ist_att_view</a> "; echo "<a href=\"sentenza_view.php?".$_SERVER["QUERY_STRING"]."\">sentenza</a> "; echo "<a href=\"note_view.php?".$_SERVER["QUERY_STRING"]."\">note</a> "; }
|
A
|
ainoila author 10/12/2006 |
GREAT!!! |