001: <html> 002: <head> 003: <title>確認画面</title> 004: <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP"> 005: </head> 006: <body> 007: <table> 008: <tr> 009: <td>タイトル</td> 010: <td><?php print $_POST["title"] ?></td> 011: </tr> 012: <tr> 013: <td align="left"> 014: <form method="post" action="index.php"> 015: <input type="hidden" nam