Tag Archives: file creation

How to create a file in a different directory in PHP

How to make this file in another folder than the execution file location? This article will help you with a small snippet of code to create a file in a different folder. Continue reading

Posted in Language basics | Tagged , | Leave a comment

How to create a folder in PHP if it doesn’t exist

This article will show you how to create a folder automatically in PHP if it does not exist. Continue reading

Posted in Tutorials | Tagged , | 1 Comment