View Single Post
  #1 (permalink)  
Old 08-16-03, 12:57 AM
cobalto2060 cobalto2060 is offline
Newbie Coder
 
Join Date: Aug 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Question Creating directories and files

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.
Reply With Quote