Hi!
Kleine Verbesserung:
formular.html:
<form action="versenden.php" method="GET">
<input type="text" name="email">
<input type="submit" value="Und ab damit">versenden.php:
$to="deine@email.de";
$from=$_GET['email'];
email ohne Anführungszeichen würde bedeuteten, dass es sich um eine Konstante handelt, was hier jedoch sicher nicht der Fall ist.
Grüße,
Fabian St.
--
Meine Website: http://fabis-site.net
--> XHTML, CSS, PHP-Formmailer, Linux
---------------------
fabi@erde ~# whatis spam
spam: nothing appropriate
---------------------
Selfcode: ie:% fl:| br:^ va:) ls:& fo:) rl:( n4:° ss:| de:> js:| ch:| mo:) zu:)
Meine Website: http://fabis-site.net
--> XHTML, CSS, PHP-Formmailer, Linux
---------------------
fabi@erde ~# whatis spam
spam: nothing appropriate
---------------------
Selfcode: ie:% fl:| br:^ va:) ls:& fo:) rl:( n4:° ss:| de:> js:| ch:| mo:) zu:)