J
|
Jane 7/3/2007 |
Kenny, global $readonlyfields; echo $readonlyfields["FieldName"]; |
K
|
kenny_robb author 7/3/2007 |
Kenny, $values array contains all values entered on the Edit page except readonly values. If your field is readonly use this code to select required value:
|
J
|
Jane 7/3/2007 |
Kenny, global $conn,$strTableName; $str = "select * from ".$strTableName." where ".$where; $rs = db_query($str,$conn); $data = db_fetch_array($rs); echo $data["eventDuration"]; |
K
|
kenny_robb author 7/3/2007 |
Fantastic jane....superstar as usual.... <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=19411&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> |