Creating directories and files
I’m starting with PHP, and I need a script than can create new directories, and save data into a .txt file. I already now my way through functions like mkdir(), chdir(), fopen(), fput(), and some others like that, but my real problem is, how can I write in a directory than doesn’t allow writing? How can a script change the permits so it can write files by itself?
Does anyone have a example script that I can see?
Cobalto2060
P.D. Please forgive my poor English.