- 
	
	
	
		Problem Form Email 
		The email form not working, someone can tell me what wrong?
 Tnx
 
 
	HTML Code: 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- saved from url=(0014)about:internet -->
 <php>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <title>Untitled Page</title>
 <meta name="GENERATOR" content="Created by BlueVoda Website builder http://www.bluevoda.com">
 <meta name="HOSTING" content="Hosting Provided By VodaHost http://www.vodahost.com">
 <link rel="shortcut icon" href="image 027.ico">
 <style type="text/css">
 div#container
 {
 width: 800px;
 position: relative;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 }
 </style>
 <style type="text/css">
 body
 {
 text-align: center;
 margin: 0;
 background-color: #FFFFFF;
 color: #000000;
 }
 </style>
 <style type="text/css">
 a:hover
 {
 color: #290200;
 }
 </style>
 </head>
 <body>
 <div id="container">
 <div id="bv_Form1" style="position:absolute;background-color:#F0F0F0;left:30px;top:30px;width:312px;height:219px;z-index:7">
 <form name="contact" method="post" action="<?php echo basename(__FILE__); ?>" id="Form1">
 <div id="bv_Text1" style="margin:0;padding:0;position:absolute;left:10px;top:15px;width:72px;height:16px;text-align:left;z-index:0;">
 <font style="font-size:13px" color="#000000" face="Arial">Email:</font></div>
 <input type="text" id="Editbox1" style="position:absolute;left:92px;top:15px;width:198px;height:20px;border:1px #C0C0C0 solid;font-family:'Courier New';font-size:16px;z-index:1" name="Editbox1" value="">
 <div id="bv_Text2" style="margin:0;padding:0;position:absolute;left:10px;top:42px;width:72px;height:16px;text-align:left;z-index:2;">
 <font style="font-size:13px" color="#000000" face="Arial">Oggetto:</font></div>
 <input type="text" id="Editbox2" style="position:absolute;left:92px;top:42px;width:198px;height:20px;border:1px #C0C0C0 solid;font-family:'Courier New';font-size:16px;z-index:3" name="Editbox2" value="">
 <div id="bv_Text3" style="margin:0;padding:0;position:absolute;left:10px;top:69px;width:72px;height:16px;text-align:left;z-index:4;">
 <font style="font-size:13px" color="#000000" face="Arial">Messaggio:</font></div>
 <textarea name="TextArea1" id="TextArea1" style="position:absolute;left:92px;top:69px;width:198px;height:98px;border:1px #C0C0C0 solid;font-family:'Courier New';font-size:16px;z-index:5" rows="4" cols="16"></textarea>
 <input type="submit" id="Button1" name="Button1" value="Send" style="position:absolute;left:92px;top:174px;width:62px;height:25px;font-family:Arial;font-size:13px;z-index:6">
 </form>
 </div>
 </div>
 </body>
 </php>
 
 
 
 
- 
	
	
	
	
		The code you posted is not very useful because it only contains the HTML form, but not the PHP code who actually send the mail. Take a look here.