MySQL Forums
Forum List  »  Turkish

Re: Turkish character encoding
Posted by: Deniz Sahin
Date: April 09, 2009 03:49AM

<?php
$host = "localhost";
$user = "user";
$pass = "password";
$database = "database name";
$connect = @mysql_connect($host, $user, $pass);
$selectdb = @mysql_select_db($database, $connect);
@mysql_query("SET NAMES 'latin5'");
?>

Options: ReplyQuote


Subject
Views
Written By
Posted
14844
March 06, 2009 03:51AM
Re: Turkish character encoding
6787
April 09, 2009 03:49AM
5775
April 09, 2009 03:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.