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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.