I am just starting to program with PHP, and I was wondering if there was any PHP script or function that I could use either to create folders/directories on my Linux server, or create new html files on my server.
For example, say I wanted to create a folder named news or events - I would want to type it in through a form and click "Create" - and have it create that new folder/directory.
Thanks!