Answer the question
In order to leave comments, you need to log in
Why is the wrong value being read from CSV?
How to understand it:
We take the number from the array: (read from CSV)
$NUMBER = $csvarr[0][0]; // В переменной $NUMBER = 0;
$result = vagprice::find($NUMBER);
Возвращает <b>null</b>
$NUMBER = 0;
$result = vagprice::find($NUMBER);
Возвращает коллекцию
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question