sendname.html <html> <head> <title>画像検索フォーム</title> </head> <body> <form action="002.php" method="POST"> 名前<input type="text" name="NAMAE"> <input type="submit" value="検索"><br /> </form> </body> </html> 002.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; c