|
Variables |
| $link = getdb() |
| $feature_type = addslashes($feature_type) |
| $query = "insert into features (description, feature_type) values ('$description', $feature_type)" |
| $query = "delete from ".$table_prefix."homes_features where ref_features in ($feature_list)" |
| $query = "delete from ".$table_prefix."features where features_key in ($feature_list)" |