inner join multiple tables |
6/7/2007 9:59:33 PM |
PHPRunner General questions | |
M
mr.jim author
hi all, |
|
![]() |
Admin 6/8/2007 |
Jim, global $conn; $sql = "update othertable set joinedfield=".$vales["joinedfield"]." ... "; db_exec($sql,$conn); unset($vales["joinedfield"]); |
M
|
mr.jim author 6/8/2007 |
where should i put this code so that i will not get error when i edit/add values from joined tables? |