actually this is what i got when i used UTF8_decode function of PHP <br><br>CODE:<br><?php<br> $conn = mysql_connect('localhost','root','healthnet') or die('Could not connect to database');<br>
$db = mysql_select_db('koha',$conn) or die('Could not select database');<br> $query = mysql_query("SELECT author FROM biblio") or die('Could not execute query');<br> $row = mysql_fetch_array($query);<br>
echo '<pre>'.$row['author'].'</pre>';<br> echo '<pre>'.utf8_decode($row['author']).'</pre>';<br>?><br> <br>Result:<br><pre>"कारॠकी, यॠवराज सिंह"</pre>
<pre>"�?ार्�?�?, युवरा�? सि�?ह"</pre><br clear="all"><br>-- <br>Nitesh Rijal<br>BE IT<br><a href="http://niteshrijal.com.np">http://niteshrijal.com.np</a><br>+9779841458173<br>