| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 9 months |
| seen | Sep 14 '12 at 4:43 | |
| stats | profile views | 2 |
|
Aug 5 |
comment |
How do I edit/modify a file on a webserver using php file in the same location? If you don't have access to what David mentioned above you could also figure it out by creating a file using php (fopen('yourPath/test.txt', 'w')) in your script and looking at the owner of that file. Just make sure you know how to remove it afterward since your FTP account probably won't have the rights to it haha :) |
|
Aug 4 |
answered | How do I edit/modify a file on a webserver using php file in the same location? |