i have a problem about getting data from oracle database. How to get data in utf-8? browser shows symbols with echo, but data from oracle has ? marks instead of letters
Use this to make database connection:
$conn = oci_connect(username,pass, $tns2 , 'AL32UTF8')