""){ /*include("connect.php"); $link = mysql_connect($host, $username, $password) or die ("Could not connect to mySQL"); //If we are connected to database-we put data there! mysql_select_db ($database) or die ("Could not select database"); $query = "INSERT INTO maillist VALUES ('','$to')"; $result = mysql_query ($query) or die ("Query failed"); mysql_close($link);*/ echo "Mail will be sent to: $to
"; echo " form

Your name:

E-mail:       

Message:

   

                                     

"; } ?>