[Linux-programlama] Re: php ajax turkce karakter sorunu

---------

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

From: Baþer GÜVENÇ (baserguvenc@yahoo.com)
Date: Mon 10 Sep 2007 - 15:37:04 EEST


Tamam oldu tşk. Baser GUVENC ----- Original Message ---- From: Nuri Akman <nuri.akman@hazine.gov.tr> To: linux-programlama@liste.linux.org.tr Sent: Monday, September 10, 2007 2:40:57 PM Subject: [Linux-programlama] Re: php ajax turkce karakter sorunu Merhaba, city.php dosyanızın en başına aşağıdaki kodu yerleştirin. <?php header('Content-type: text/html; charset=windows-1254'); // Bu satır AJAX için Türkçe karakterlerin doğru çıkabilmesi için gereklidir... ?> Baþer GÜVENÇ yazmış: Selam , veri tabanı karakter seti latin 5 , ajax tan dolayı dosyada türkçe karakter sorunu oluştu bunu nasıl çözebiliriz index.php <html> <head> <title>Country City List</title> <meta http-equiv="Content-Type" content="text/html; " /> <script src="ajax_req.js" type="text/javascript"></script> </head> <body> <form method="post"> <select name="country" onchange="htmlData('city.php', 'ch='+this.value)" /> <? //database den option a eklenecek veriler çekiliyor ?> </select> <div id="txtResult"> <select name="cityList"><option></option></select> </div> <input type="submit" /> </form> </body> </html> //////////////////// city.php $il_id=$_GET['ch']; ?> <select name="cityList"> <?php ///ilceler alınıyor /// SELECT * FROM ILCELER WHERE IL='$il_id /////// ?> </select> <?php ?> Baser GUVENC Shape Yahoo! in your own image. Join our Network Research Panel today! _______________________________________________ Linux-programlama mailing list Linux-programlama@liste.linux.org.tr http://liste.linux.org.tr/mailman/listinfo/linux-programlama ____________________________________________________________________________________ Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when. http://tv.yahoo.com/collections/222

_______________________________________________
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.