load text file

Hi,
I have a problem loading a file I get this error and I can’t find how to fix iten.txt 0.01 KB SyntaxError: Unexpected token < in JSON at position 0

If the content in your .txt file is JSON, the error said you have wrong JSON syntax. How did you load your file? Did you try to do json_decode()?

Hi,
My file was normal txt with just one word, the error I had was the php version,
Thank you

Can you post your code about loading the file, and the content of the file?