[PHP & MySQL] Formular wird nicht abgesendet

Medea
Hallo,
vielleicht kann mir jemand bei diesem Problem helfen; ich habe ein Formular gecodet, das sich allerdings nicht abschicken lässt. Wenn man es ausfüllt und auf "Senden" klickt, erscheint einfach wieder das leere Formular.

--deckantrag.html--
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
<form action="deckantrag.php" method="post">
<table width=100% class=tabelle border=0>
<tr>
<td colspan=2 ></td>
</tr>
<tr>
<td colspan=2 class=titel style=padding-left:15px;>Deine Angaben</td>
</tr>
<tr>
<td colspan=2></td>
</tr>
<tr>
<td class=dunkel width=50%><b>Dein Name:</b></td>
<td class=hell width=50%><input type="text" name="name" class="input"></td>
</tr>
<tr>
<td class=dunkel width=50%><b>Deine Email-Adresse:</b></td>
<td class=hell width=50%><input type="text" name="email" class="input"></td>
</tr>
<tr>
<td class=dunkel width=50%><b>Hofname:</b></td>
<td class=hell width=50%><input type="text" name="hofname" class="input"></td>
</tr>
<tr>
<td class=dunkel width=50%><b>Hofadresse:</b></td>
<td class=hell width=50%><input type="text" name="hofadresse" class="input" value="http://"></td>
</tr>
<tr>
<td colspan=2></td>
</tr>
<tr>
<td colspan=2 class=titel style=padding-left:15px;>Angaben zur Stute</td>
</tr>
<tr>
<td colspan=2></td>
</tr>
<tr>
<td class=dunkel width=50%><b>Name:</b></td>
<td class=hell width=50%><input type="text" name="namestute" class="input"></td>
</tr>
<tr>
<td class=dunkel width=50%><b>Link zum Steckbrief:</b></td>
<td class=hell width=50%><input type="text" name="stutesteckbrief" class="input" value="http://"></td>
</tr>
<tr>
<td colspan=2></td>
</tr>
<tr>
<td colspan=2 class=titel style=padding-left:15px;>Angaben zum Decksprung</td>
</tr>
<tr>
<td colspan=2></td>
</tr>
<tr>
<td class=dunkel width=50%><b>Decktermin:</b></td>
<td class=hell width=50%><select name="tag" class="select">
<option value=01>01</option><option value=02>02</option><option value=03>03</option><option value=04>04</option><option value=05>05</option>
<option value=06>06</option><option value=07>07</option><option value=08>08</option><option value=09>09</option><option value=10>10</option>
<option value=11>11</option><option value=12>12</option><option value=13>13</option><option value=14>14</option><option value=15>15</option>
<option value=16>16</option><option value=17>17</option><option value=18>18</option><option value=19>19</option><option value=20>20</option>
<option value=21>21</option><option value=22>22</option><option value=23>23</option><option value=24>24</option><option value=25>25</option>
<option value=26>26</option><option value=27>27</option><option value=28>28</option><option value=29>29</option><option value=30>30</option>
<option value=31>31</option></select>.<select name="monat" class="select">
<option value=01>01</option><option value=02>02</option><option value=03>03</option><option value=04>04</option><option value=05>05</option>
<option value=06>06</option><option value=07>07</option><option value=08>08</option><option value=09>09</option><option value=10>10</option>
<option value=11>11</option><option value=12>12</option></select>.<select name="jahr" class="select"><option>2010</option><option>2011</option><option>2012</option></select></td>
</tr>
<tr>
<td class=dunkel width=50%><b>Gewünschter Hengst:</b></td>
<td class=hell width=50%><select name="hengst" class="select">
<option>--Kleinpferde/Ponys--</option>
<option>Dark Impacts Pollution Blue C</option>
<option>--Vollblut--</option>
<option>Endurance Clash xx</option>
<option>FJG Manhattan xx</option>
<option>GNs Sizzlin Seven H xx</option>
<option>GNs Yours Truly H xx</option>
<option>Golden Splendour xx</option>
<option>Spotlight H xx</option>
<option>Remeber Me xx</option>
<option>Wiesentaus Something Special H xx</option>
<option>Windrider H xx</option>
<option>--Warmblut--</option>
<option>Cambridge SPB</option>
<option>Carraboun Boy FB</option>
<option>Cayoun SD</option>
<option>Cosmic Blue DF</option>
<option>FRs For This Moment SK</option>
<option>FRs Kantesco WB</option>
<option>GNs Saliéri SD</option>
<option>Shadow Dancer FR</option>
<option>SK Quite Right SPH</option>
<option>Sunset Avenue GS</option>
<option>Wunschtraum FB</option>
</select></td>
</tr>
<tr>
<td class=dunkel width=50%><b>Daten für das Fohlen:</b></td>
<td class=hell width=50%><select name="fohlendaten" class="select"><option>selbst bestimmen</option><option>von uns vorgeben lassen</option></select></td>
</tr>
<tr>
<td class=dunkel width=50%><b>Deckart:</b></td>
<td class=hell width=50%><select name="deckart" class="select"><option>Natursprung</option><option>Frischsamen</option><option>Gefriersamen</option></select></td>
</tr>
<td colspan="2" class="titel"><center><input name="submit" type="submit" value="Auftrag absenden" class="button"> <input name="reset" type="reset" value="Auftrag stornieren" class="button"></center></td>
</tr>
<tr>
<td colspan=2></td>
</tr>
</table>
</form>


--deckantrag.php--
php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
<h2><font size=2><i>D e c k s p r u n g &nbsp; &nbsp; g e b u c h t</i></font></h2>
<?php
  $name $_POST['name'];
  $email $_POST['email'];
  $hofname $_POST['hofname'];
  $hofadresse $_POST['hofadresse'];
  $namestute $_POST['namestute'];
  $stutesteckbrief $_POST['stutesteckbrief'];
  $tag $_POST['tag'];
  $monat $_POST['monat'];
  $jahr $_POST['jahr'];
  $hengst $_POST['hengst'];
  $fohlendaten $_POST['fohlendaten'];
  $deckart $_POST['deckart'];
  if ( ($name == "") OR ($email == "") OR ($namestute == "") OR ($hofadresse == ""))
  {
    echo "Du hast nicht alle Felder ausgefüllt! Gehe <a href='javascript:back()'>zurück</a> und korrigiere dies!";
  }
  else
  {
    $text "Angaben zum Antragssteller:
Name: $name
E-Mail: $email
Hofname: $hofname
Hofadresse: $hofadresse

Angaben zur Stute:
Stutenname: $namestute
Link zum Steckbrief: $stutesteckbrief

Angaben zur Deckung:
Gewünschtes Deckdatum: $tag.$monat.$jahr
Gewählter Hengst: $hengst
Daten des Fohlens: $fohlendaten
Deckart: $deckart";
$betreff "Deckauftrag";
    mail("sphaas@live.de",$betreff,$text,"From $name <$email>");
echo "<center><b><font size=2>Der Deckauftrag wurde erfolgreich verschickt!</font></b><p>
Wir werden ihn überprüfen und uns umgehend bei dir per Email melden.</center>";

  }
?>

LG
Raindrops
könntest du "Deckantrag.php" mal als PHP-Code reinstellen? Also farbig unterlegt? So auf Anhieb finde ich keinen Fehler, alber vvlt macht die Farbe deutlicher, wo sich der Fehler verstecken könnte Augenzwinkern
Medea
Habs mal abgeändert smile
Raindrops
edit. doch kein zeichenfehler ^^
Medea
Medea
Tatsache... die Mail ist angekommen. Hast du die über meine Seite oder deine abgeschickt? (: