oh yeah... I assumed that was shorthand for the code you were actually using, which should be:
WHERE prop_id='".$row_WADAprop_details['prop_id']."'";
and since you hand coded your recordset you don't need the $_POST hack, which is only used to make it work with the dw recordset parameters.