if(get_magic_quotes_gpc() == 1) { $TEXT = Stripslashes($_POST['TEXT']); } else { $TEXT = $_POST['TEXT']; }