D
D
Denis99992016-02-08 17:43:25
PHP
Denis9999, 2016-02-08 17:43:25

Encoding in PHP and Excel?

Read lines from excel file and write to text file.
The code is the same, even excel files were exported from the same site:

$arr1 = file('dir/1 (4).csv');
$fp3 = fopen("test444.txt", "a");
$mytext3 = $arr1['9'] . "\n";
$test = fwrite($fp3, $mytext3);

In one case, everything is fine, in the second, the following is written:
8b37d1638c0842a8a331838df85b46ec.jpg
Why?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
newobj, 2016-02-08
@newobj

Show the code. In the second case, most likely, the data is not parsed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question