Hallo Comunity
Was das PHP angeht bin ich ein Greenhorn und brauch unbedingt hilfe bei mein Contact Formular.
Ich möchte das mir Jemand Contaktiert und vielleicht mit dazu ein BILD oder ein Music Datei senden.
Mein Contact Maske = http://domrecords.de/contact.html
mein PHP File
Viiiiiielen dank für jede hilfreiche antwort.
danke
Was das PHP angeht bin ich ein Greenhorn und brauch unbedingt hilfe bei mein Contact Formular.
Ich möchte das mir Jemand Contaktiert und vielleicht mit dazu ein BILD oder ein Music Datei senden.
Mein Contact Maske = http://domrecords.de/contact.html
mein PHP File
PHP Code:
<?php
<?php
$adresse = $_REQUEST['adresse'] ;
$nachricht = $_REQUEST['nachricht'] ;
mail( "xmas@web.de", "Anfrage",
$nachricht, "From: $adresse" );
header( "Location: [url]http://www.domrecords.de/[/url]" );
?>
danke
Comment