PHP İletişim Formu - sonraya sitemde kalmak istiyorum

0 Cevap php

I am in the process of creating a PHP contact form ve ben tüm küçük sorun, php script ile ben e-posta yeni bir "teşekkür ederiz" sayfası üzerinden göndermek zaman called.So iletişim formu ile gerçek bir site olduğunu, olması kaybolur ama Ben DON `OLUR.

If the send button is hit I want to stay sitemde, boş bir iletişim formu gösteren ve belki de iletişim formu sadece 1 satır altında, diyerek T İSTİYORUM "Thank you.....".

How can I make that happen? Ben html ve benim php dosyasına dahil etmek ne bana açıklayabilir orada herhangi bir kod parçacığı var mı? Umarım bu ... Aşağıda benim php hemen sona eriyor nasıl olacak.

// send Email 
if (@mail( $empfaenger, htmlspecialchars( $betreff ), $mailbody, $mailheader ))
{
    // if email was successfully send
    echo 'Thank you for your Email. We will get in touch with you very soon.';
}

EDIT
@FreekOne
Currently I am using your code with a slight modification because I wanted to make the thank you and or error panel make slide out and have the text fade in. The script is accepting my code (because it is still working) but actually I can not see that the text actually fades in. I have seen samples of sliding panels with fading in text. So it seems to be a wrong kind of coding that I did.
Please view the code here if you want:
http://jsbin.com/ohuya3
Maybe you can point me to the right direction. Of course, help would be appreciated from all of you guys here around.

0 Cevap