<html>
<head>
<title>del_fligh.php??????????????</title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body>
<h3>?????????????????????</h3>
<p>
<a href="add_flight.html">???????</a> &gt;
<a href="added_flight.php">?????????</a> &gt;
<a href="del_flight.php">???????</a> &gt;
<a href="00_flight.php">????????</a>&gt;
<a href="add_flight_sea.php">??????</a>
</p>

<h4>?????????</h4>

<?php
include('flight_gaibu001_00.php');//??????????
//include('flight_gaibu001_be.php');//????(be)??????
delData('flight_time02.csv',$_POST{option1});//(b)
showAllData('flight_time02.csv');//(e)
?>

<?php
//???????????delled_flight.php????00_flight.php??????????
//print "<META http-equiv='refresh' content=5;URL='http://shin-sapporo.com/wp/'>";
print "<META http-equiv='refresh' content=0.001;URL='00_flight.php'>";
print "???????????????????????";
?>

</body>
</html>