It's outside the www directory. I put it there because I want this txt file to be secure, that the only thing that can access it is the php script. I can move it to the www directory though in the meantime.
I'll just make another copy and put it in www
now there should be one here...
I have a text file (test.txt) that is being uploaded to my x10 premium site via another program on my home pc. The file is technically in CSV format, but as of right now all it has in it is one integer. I've been working on the code posted below for the html, the javascript, and the php, but am...