hiding
A good indication you are avoiding an issue, you are afraid of confrontation. or perhaps you are hiding a secret? What is it you don’t want to be “found” out
//THIS DEFINES THE GLOBAL VARIABLES USED IN THE SITE global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = stripslashes(get_settings( $value['id'] )); } } ?>
A good indication you are avoiding an issue, you are afraid of confrontation. or perhaps you are hiding a secret? What is it you don’t want to be “found” out