Witam
Mam problem z php a mianowicie na stonie mam umieszczony skrypt który wysyła emaila do autora strony z zapytaniem.
Chodzi o to że email dochodzi ale są puste pola.
Kod pliku contact.php3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> Kontakt </TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" text="#000000">
<center>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=564>
<TR>
<TD bgColor=black vAlign=center><center><FONT color=#ffffff face="Arial, Helvetica" size=3><B>Contact Us</B></FONT></center></TD>
</TR>
<TR>
<td>
<form action="email.php3" method="post">
<table align="center" width="100%">
<tr>
<td align=right><font face="verdana,arial" size="1"><B>Twoje imię:</td>
<td><font face="verdana,arial" size="1"><input name="name" size=28 value=""></td>
</tr>
<tr>
<td align
=right
><font face
="verdana,arial" size
="1"><B
>Twój E
-Mail:</td
> <td><font face="verdana,arial" size="1"><input name="email" size=28 value=""></td>
</tr>
<tr>
<td colspan=2><font face="verdana,arial" size="1"><B>Komentarz/Sugestie:<BR><textarea name="Comments" cols=50 rows=8 wrap=soft></textarea></td>
</tr>
<tr>
<td></td>
<td><font face="verdana,arial" size="1"><input type="submit" value="Submit Form"></td>
</tr>
</table>
</form>
</TD>
</TR>
</TABLE>
<!-- PLEASE LEAVE THE FOLLOWING CREDIT!! -->
<!-- PLEASE LEAVE THE FOLLOWING CREDIT!! -->
<table width="564" cellspacing=0 cellpadding=0 valign=center border=0><tr><td><center><font face="Verdana" size="1">This Page Uses Scripts Created By: <a href="http://www.4cm.com/cgi-bin/tracker/jump.cgi?ID=7" target="_blank" OnmouseOver="window.status=' Click To Visit This Site! '; return true" OnMouseOut="window.status=' '; return true">www.4cm.com</a>.</font></td></tr></table>
<!-- PLEASE LEAVE THE ABOVE CREDIT!! -->
<!-- PLEASE LEAVE THE ABOVE CREDIT!! -->
</center>
</BODY>
</HTML>
oraz pliku email.php3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> KONTAKT </TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" text="#000000">
<center>
<table width="100%" bgcolor="black" cellspacing=0 cellpadding=0 valign=center border=0><tr><td><center><font face="Verdana" size="2" color="white"><B>Contact Us!</B></font></td></tr></table>
<?
/* Let's set a few Variables to handle all the dirty work! */
$site_name = "nazwa strony";
$site_email = "adres@adres.pl"; # (ie: your_address@yourdommain.com )
# DO NOT EDIT ANYTHING BELOW THIS LINE #
# DO NOT EDIT ANYTHING BELOW THIS LINE #
# DO NOT EDIT ANYTHING BELOW THIS LINE #
/* This will handle the variables passed from the contact.php3 file */
PRINT "Dziękuję za zainteresowanie moją stroną!<BR><BR>"; PRINT "Twoja wiadomość została wysłana: $email Potwierdzenie ze skrzynki pocztowej";
?>
<? //brak tego tekstu
mail("$email", "Dziękuję $site_name!", "$namen Dziękuję $name Twój komentarz został przyjęty!
Postaram się odpowiedzieć jak najszybciej,
przeważnie w przeciągu 48h, sprawdź swój email!"); //tu się kończy
"$site_name Kontakt",
"Wiadomość od: $name
Email: $email
Komentarz,Sugestia:
$Comments
$HTTP_USER_AGENT");
?>
<p><br>
<!-- PLEASE LEAVE THE FOLLOWING CREDIT!! -->
<!-- PLEASE LEAVE THE FOLLOWING CREDIT!! -->
<table width="80%" cellspacing=0 cellpadding=0 valign=center border=0><tr><td><center><font face="Verdana" size="1">This Page Uses Scripts Created By: <a href="http://www.4cm.com/cgi-bin/tracker/jump.cgi?ID=7" target="_blank" OnmouseOver="window.status=' Click To Visit This Site! '; return true" OnMouseOut="window.status=' '; return true">www.4cm.com</a>.</font></td></tr></table>
<!-- PLEASE LEAVE THE ABOVE CREDIT!! -->
<!-- PLEASE LEAVE THE ABOVE CREDIT!! -->
</center>
</BODY>
</HTML>
Wiadomość która przychodzi na skrzynkę wygląda następująco:
Wiadomość od:
Email:
Komentarz,Sugestia:
Nie ma żadnych danych
Czy ktos mógł by sprawdzić co jest nie tak, mówię że jestem zielony z tego także proszę o łopatologiczne wytłumaczenie ewentualnie wklejenie poprawnego skryptu

Z góry dziękuję
Pozdrawiam