zohab Posted December 1, 2007 Share Posted December 1, 2007 hi all i have one column in my table(mysql database) varchar(255) and utf8_bin(Collation) now i want to display column data but i is not displying properly.. <?php header('Content-type: text/html; charset=UTF-8') ; include("inc.php"); mysql_query("SET NAMES 'cp1256'"); $qry_keyword = "select * from bs_keyword "; $res_keyword = mysql_query($qry_keyword); // $row_keyword = mysql_fetch_array($res_keyword); ?> any ideas? Link to comment https://forums.phpfreaks.com/topic/79709-display-utf8_bin-data-from-mysql-in-php-page/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.