[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: Nuri Akman (nuri.akman@hazine.gov.tr)
Date: Mon 10 Sep 2007 - 14:40:57 EEST


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!
> <http://us.rd.yahoo.com/evt=48517/*http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Linux-programlama mailing list
> Linux-programlama@liste.linux.org.tr
> http://liste.linux.org.tr/mailman/listinfo/linux-programlama

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