[Linux-programlama] Re: Php'de email gonder sayfasinda turkce karakter problemi

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Mustafa Celik (m_c_e_l_i_k@yahoo.com)
Date: Wed 02 May 2007 - 15:16:01 EEST


Neden php deki mail() fonksiyonu kullanmak yerine böyle uzun bir yöntem seçiyorsunuz?

SerdarAydemir <serdar_aydemir@koytur.com> wrote:

 Selamlar
 Asagidaki Php config sayfamda kullanicilar formu doldurup gonder e bastiklarinda email geliyor, fakat turkce karakterlerden ı, ğ, ş harfleri gelmiyor.
 Asagidaki gibi tanimlama yaptim ama sorun duzelmedi. Nerde yanlis yapmis olabilirim?
  
 Tesekkurler
  
 <?
  $TO = "info@serdaraydemir.net";
  
 /* This is the mail program we will use - check path on target system */
  $MP = "/usr/sbin/sendmail -t";
?>
  
 <html><head>
<META HTTP-EQUIV="refresh"content="1;URL=http://test.ktg.com.tr">
<title>Your Information has been received</title>
<body bgcolor="#ffffff"><body bgcolor="White">
<center><h1>Message Sent !!!</h1></center>
<?
  
 /*$unicode_array = array(
  "&#350;" => "S",
  "&#351;" => "s",
  "&#304;" => "I",
  "&#305;" => "i",
  "&#286;" => "G",
  "&#287;" => "g",
 );
  
 $emes=strtr($MESSAGE,$unicode_array);
*/
  
 $fd = popen($MP,"w");
fputs($fd, "To: $TO \n");
fputs($fd, "From: $EmailAddress \n");
fputs($fd, "Subject: $SUBJECT \n");
fputs($fd, "Reply-to: $eposta \n");
fputs($fd, "X-Mailer: KTGWeb \n\n");
fputs($fd, "From: $isim \n\n");
fputs($fd, "$mesaj \n\n");
fputs($fd, "Address: $adres \n");
fputs($fd, "Phone: $telno \n\n");
fputs($fd, "\n\n.");
pclose($fd)
 
 ?>
  Mesaj Gonderildi!<p>
        <a href="index.htm" target="_top">
         Ana Sayfa
        </a>
   </body></html>

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama

       
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.