I upload a .xls file. I then parse the file and query the database based on a field value in the .xls file. Here's what happens when I print the $sql statement:
SQL: select part_number from inventory where (part_number='ÐÏࡱá')
Why is the part_number looking this way? Is it binary, or what can I do to fix it in my script?
Thanks,
Dave