Is there a way that PHP can write to the server?
I have a form. One of the fields is named "client". When the user hits the "Submit" button, I want a new folder to be created on the server with the name entered in the "client" field.
So, if the user types "Dreamweaver" into the field, when they submit the form, a folder is created on the server called "Dreamweaver".
How can this be done?
Thanks in advance!
Naveen