Hi! Ich hab da ein kleines Problem.....bin PHP Neuling..also keine Ahnung...
Ich habe ein Formular erstellt und möchte nun das es wenn man auf abschicken drückt mir die eingetragenen Werte per e-mail zusendet....
Ich hab das Formular erstellt und nun brauch ich den php teil. Ich will keine komplett lösung sondern nur tipps oder ganz einfach erläuterte Vorgehensweise.
Hier ein teil des quellcodes:
<td width="467" align="left" valign="top"><form action="" method="post" name="kontaktform" id="kontaktform">
<p>
<input name="name" type="text" id="name">
</p>
<p>
<input name="vorname" type="text" id="vorname">
</p>
<p>
<input name="firma" type="text" id="firma">
</p>
<p>
<input name="telefon" type="text" id="telefon">
</p>
<p>
<input name="fax" type="text" id="fax">
</p>
<p>
<input name="email" type="text" id="email">
</p>
<p> <br>
<textarea name="nachricht" cols="50" rows="20" id="nachricht"></textarea>
<input type="submit" name="Submit" value="Abschicken">
</p>
</form></td>
</tr>
</table>
</body>
</html>
So was muss ich jetzt machen ? Kennt einer ein Tutorial welches genau das beschreibt?
Danke für eure Hilfe!
MfG
MoK
Ich habe ein Formular erstellt und möchte nun das es wenn man auf abschicken drückt mir die eingetragenen Werte per e-mail zusendet....
Ich hab das Formular erstellt und nun brauch ich den php teil. Ich will keine komplett lösung sondern nur tipps oder ganz einfach erläuterte Vorgehensweise.
Hier ein teil des quellcodes:
<td width="467" align="left" valign="top"><form action="" method="post" name="kontaktform" id="kontaktform">
<p>
<input name="name" type="text" id="name">
</p>
<p>
<input name="vorname" type="text" id="vorname">
</p>
<p>
<input name="firma" type="text" id="firma">
</p>
<p>
<input name="telefon" type="text" id="telefon">
</p>
<p>
<input name="fax" type="text" id="fax">
</p>
<p>
<input name="email" type="text" id="email">
</p>
<p> <br>
<textarea name="nachricht" cols="50" rows="20" id="nachricht"></textarea>
<input type="submit" name="Submit" value="Abschicken">
</p>
</form></td>
</tr>
</table>
</body>
</html>
So was muss ich jetzt machen ? Kennt einer ein Tutorial welches genau das beschreibt?
Danke für eure Hilfe!
MfG
MoK