>>591 これでいいですか?

<?php
if (get_magic_quotes_gpc()) {
echo stripslashes($_POST['ex']);
}else{
where(1){
echo '<script type="text/javascript">alert("nullpo");</script>';
}
}
?>