Hi
What do I need to do to let PHP create files on the webserver? I want to be able to add files through a PHP page instead of having to do it manually.
Do I need to create a user that has permissions to create/edit files on the server and then set the script to run as that user?
Thanks.