>>587

<?php
echo @$_POST['ex'];
?>



<?php
if (get_magic_quotes_gpc()) {
echo stripslashes($_POST['ex']);
}
?>

でどうだろか