| CaseID | Case Identifier | TEXT | 30 | Unique Identifier | This is the unique identifier for the entity. It is associated with each attribute for the entity. | | if (NewCase('$val')==1)
{
$sql=~insert into Responses (CaseID, qID, rValue, uID, rOK) ~ .
~values ('$val','RE_Id','$val','~ .
$_SESSION['UserId'] . ~', '2')~;
$stat=ExecuteSQL($sql);
SetCaseForm('$val','RE_ListingDetail');
return 1;
} |