??      include003.php     
<html>
<head>
<title>include003???</title>

<style>
<?php
include('gaibu002.php');
?>
table{
border : solid 1px green;
width : 500;
}
</style>

</head>

<body>
<h1>include003???</h1>
<h3>??????????????</h3>
<form action="include003.php" method="post">
??????<br>
<input type="text" name="iro" value="#ffffff" />
<input type="submit" value="??" />
</form>

<?php
web_safe();
?>

</body>
</html>