hi,
sorry hab nicht gesehen wenn man seit std. dabei ist und nix weiter kommt hat man kein andere wahl mehr, bin noch sachen php neuling.
Habe es eingebaut und zeigt mir diesen fehler.
Undefined variable
Notice: Undefined variable: HTTP_USER_AGENT in /is/htdocs/wp1019799_R3IGFXE1B8/www/index/mail.php on line 93
Notice: Undefined variable: name in /is/htdocs/wp1019799_R3IGFXE1B8/www/index/mail.php on line 119
Notice: Undefined variable: email in /is/htdocs/wp1019799_R3IGFXE1B8/www/index/mail.php on line 120
Notice: Undefined variable: betreff in /is/htdocs/wp1019799_R3IGFXE1B8/www/index/mail.php on line 121
Notice: Undefined variable: text in /is/htdocs/wp1019799_R3IGFXE1B8/www/index/mail.php on line 129
Notice: Undefined variable: betreff in /is/htdocs/wp1019799_R3IGFXE1B8/www/index/mail.php on line 130
Notice: Undefined variable: text in /is/htdocs/wp1019799_R3IGFXE1B8/www/index/mail.php on line 130
Notice: Undefined variable: email in /is/htdocs/wp1019799_R3IGFXE1B8/www/index/mail.php on line 130
PHP-Code:
93: $browser = $HTTP_USER_AGENT;
119:$message = "Absender........: $name ($email)
120: Betreff.........: $betreff
121: Datum/Zeit......: $named, $tag.$monat $jahr / $zeit Uhr
129: ----------------------------------------------------------------------";
130: mail($mailto, $betreff, $text, $email);