Reading of NULL values within a text file

0

Friends

I have a problem when I read a text file, it is specific <NULL> , which does not detect fgets when I go through line by line, all the values store them in an array and then pass them to a database, I just wanted to know how I can interpret them

Thank you in advance for your attention

    
asked by Javier Viveros 30.12.2017 в 00:27
source

1 answer

0

Indeed, the problem was in the signs < & gt ;; using the function str_replace ("", "NULL", $ fields); I solve the problem.

I appreciate the support A. Cedano

    
answered by 31.12.2017 / 01:32
source