It is possible to open a txt file from desktop to my webserver?
I have tried fopen
but It cant open the stream.
Code:
$txtfile = fopen("C:\Users\steve\Desktop\AntiCheat.txt","r");
echo $txtfile;
The Error message:
Warning: fopen(C:\Users\steve\Desktop\AntiCheat.txt): failed to open stream: No such file or directory
This works fine If I using XAMPP
but on my webserver it does not works