J
|
Jane 3/19/2007 |
Evan, global $where,$conn,$strTableName; $str = "select Name from Assembly where ID=".$_SESSION[$strTableName."_masterkey1"]; $rs = db_query($str,$conn); $data = db_fetch_array($rs); echo "Name: ".$data["Name"]; |
E
|
encgraphics 12/22/2007 |
Evan, to display values from another table use ViewOnLoad event on the Events tab. Here is the sample code:
|