<form method="post" action="index.php"> <p> <b>Name</b><br/> <input type="text" name="name" style="width:100%"> </p> <p> <b>Comments</b><br/> <TEXTAREA NAME="comment" style="width:100%; height:100px;"></TEXTAREA> <input type="hidden" name="picture" value="<? echo $_GET['picture']; ?>"> <input type="hidden" name="album" value="<? echo $_GET['album']; ?>"> </p> <div align="center"> <p><input type="submit" name="submit" value="Submit"></p> </div> </form>