| | | | |
| | |
| Neuer Benutzer Registriert seit: 07.01.2009
Beiträge: 1
![]() | Bin neu im Webdesign und habe ein Kontaktformular erstellt welches an ein formmailerd.php File geschickt wird. Aber die Formulardaten werden einfach nicht übermittelt und ich kann den Fehler nicht finden. Könntest du mir helfen? Das Kontaktformular ist auf folgender Seite: Husqvarna Schweiz AG das Formmailerd.php sieht so aus (nur wenn ich dann den HTML Code das php Files im Internet Explorer anschaue, sehe ich gar keine PHP Script Angaben, muss das so sein?: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Husqvarna Schweiz AG</title> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #C2C2C2; } --> </style> <link href="css.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- .Stil2 { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #6F6F6F; text-decoration: none; font-style: normal; cursor: hand; list-style-type: none; font-variant: normal; } a:link { color: #6F6F6F; text-decoration: none; } a:visited { color: #8F8F8F; text-decoration: none; } a:hover { color: #8F8F8F; text-decoration: none; } a:active { text-decoration: none; } --> </style> </head> <body> <!-- DO NOT MOVE! The following AllWebMenus code must always be placed right AFTER the BODY tag--> <!-- ******** BEGIN ALLWEBMENUS CODE FOR d ******** --> <script type='text/javascript'>var MenuLinkedBy='AllWebMenus [4]',awmMenuName='d',awmBN='DW';awmAltUrl='';</script> <script charset='UTF-8' src='d.js' type='text/javascript'></script> <script type='text/javascript'>awmBuildMenu();</script> <!-- ******** END ALLWEBMENUS CODE FOR d ******** --> <?php $admin = "claudia_ueltschi@bluewin.ch"; $subject = "Husqvarna Schweiz AG - Kontaktformular"; $message = "Nachricht fuer $admin von $email:\n\n"; while(list($name,$value)=each($HTTP_POST_VARS)) { $message.="$name: $value\n\n"; } mail($admin,$subject,$message,"From: claudia_ueltschi@bluewin.ch"); ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="middle"><table width="800" height="600" border="0" cellpadding="0" cellspacing="0" background="images/bg.jpg"> <tr> <td height="100" colspan="3" align="left" valign="top"><img src="images/lc_hva_01.jpg" width="167" height="64"> </tr> <tr> <td width="174" height="10" align="left" valign="top"> </td> <td width="527" align="right" valign="top"><div align="left"> </div></td> <td width="99" align="left" valign="top"><div align="left" class="Stil2"><a href="../index_f.htm" target="_parent">français</a> <a href="../index_i.htm" target="_parent">italiano</a> </div></td> </tr> <tr> <td height="5" colspan="3" align="left" valign="bottom"><img src="images/strich.gif" width="600" height="5"></td> </tr> <tr align="left" valign="top"> <td height="480"><span id='awmAnchorcontent_neu'> </span> </td> <td height="480" colspan="2" bgcolor="#E6E6E6"><table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><span class="titel">Vielen Dank</span></td> </tr> <tr> <td align="left" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> </td> </tr> <tr> <td><span class="lauftext">Ihre Anfrage wurde erfolgreich übermittelt. </span></td> </tr> <tr> <td> </td> </tr> </table></td> </tr> </table></td> </tr> <tr align="left" valign="top"> <td height="20" colspan="3"> </td> </tr> </table> <div align="center"></div></td> </tr> </table> </body> </html> Was mach ich falsch? Danke! |
| |
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Kontaktformular: wo is der Fehler? | Mick_Sebutia | PHP Tipps 2008 | 16 | 15.09.2008 15:09 |
| Kontaktformular mit Spamschutz und include Navigation? | chicco4u | PHP Tipps 2008 | 1 | 11.08.2008 09:52 |
| IE6 Kontaktformular, Probleme mit Variablen | Meijestic | PHP Tipps 2008 | 3 | 07.07.2008 19:29 |
| Kontaktformular plus 3 Attachments funzt net | catmoon | PHP Tipps 2008 | 2 | 25.06.2008 10:15 |
| [Erledigt] Kontaktformular - bitte helft mir | celine70 | PHP Tipps 2008 | 3 | 19.05.2008 11:28 |
| SPAM Bot spamt mein Kontaktformular | DonTermi | PHP-Fortgeschrittene | 23 | 25.09.2006 14:47 |
| SPAM über Kontaktformular | madSoul | PHP Tipps 2006 | 3 | 08.05.2006 09:00 |
| Kontaktformular - Sieht klasse aus, aber verschickt nix! :-( | PHP Tipps 2005-2 | 15 | 06.10.2005 19:24 | |
| Kontaktformular prob. | PHP Tipps 2005-2 | 25 | 08.08.2005 10:20 | |
| Sehr simples Kontaktformular - Prinzip | imported_Ben | Beitragsarchiv | 2 | 02.08.2005 22:41 |
| kontaktformular mit bilderupload | PHP-Fortgeschrittene | 2 | 24.02.2005 09:37 | |
| [Erledigt] kontaktformular mit bild | PHP-Fortgeschrittene | 1 | 16.02.2005 11:13 | |
| Problem mit Kontaktformular? | PHP Tipps 2004-2 | 6 | 13.12.2004 18:48 | |
| Kontaktformular - Nachricht wurde verschickt | PHP Tipps 2004 | 4 | 22.10.2004 09:18 | |
| Antwort mail aus Kontaktformular in HTML, aber wie?! | medico | PHP Tipps 2004 | 2 | 14.07.2004 16:30 |