Greetings There was a problem. Here is the code for the variable:
$put = 'D:\test123\text\txt\1.txt'; file($put);`
The problem is that the file reads \ (I think so but not sure) as a special character, how to fix it?
Greetings There was a problem. Here is the code for the variable:
$put = 'D:\test123\text\txt\1.txt'; file($put);`
The problem is that the file reads \ (I think so but not sure) as a special character, how to fix it?
Source: https://ru.stackoverflow.com/questions/550775/
All Articles