1. $sql1 = mysql_query("UPDATE TBname1 SET Field1 = $aa and Filed2 = $bb where ID = '001' ");
$sql2 = mysql_query("UPDATE TBname2 SET Field1 = $aa and Filed2 = $bb where ID = '001' ");
2. ใช้ store procedure เขียนsql update ใน DB แล้วเรียกใช้ store ใน code