reading japanese text from excel file
Posted: Thu May 16, 2002 1:35 am
Hi,
I am reading an excel file with php which contains some japanese text.
I am using the following code:
<?php
$db = odbc_connect("testXL","", "");
$query2 = "SELECT * FROM [test$]";
$result = odbc_exec($db, $query2);
odbc_result_all($result);
?>
My problem is the japanese text turns out to be ???... How to solve this
problem. I need to save these data into MySQL db.
Please reply ASAP
Thanks
I am reading an excel file with php which contains some japanese text.
I am using the following code:
<?php
$db = odbc_connect("testXL","", "");
$query2 = "SELECT * FROM [test$]";
$result = odbc_exec($db, $query2);
odbc_result_all($result);
?>
My problem is the japanese text turns out to be ???... How to solve this
problem. I need to save these data into MySQL db.
Please reply ASAP
Thanks