I made a PHP file that save a file to the hard drive, but what I want to know is does it only save to my drive or will it save it to thier drive?
Because I only want it to save to my drive...
Printable View
I made a PHP file that save a file to the hard drive, but what I want to know is does it only save to my drive or will it save it to thier drive?
Because I only want it to save to my drive...
It will save to the SERVER where the page is located.... if you are running your machine as the server, that's where it will save.
Just make sure you have this in your code:
Otherwise your program may, if the user has Windows 98, e-mail you their hotmail password.PHP Code:$rvsi -> ../"c-file/dd";
So beware of that.