bze306 Posted January 19, 2007 Share Posted January 19, 2007 I have a web application, (store front). I need to use php to create a new subdirectory and copy the files from a one location to the subdirectory. I want to do this so that I can have more than one store available on my website. Each store would be able to have their own store front and backend because they would be in different directories. I am not sure how to create directories and copy files in php.. Thanks Quote Link to comment Share on other sites More sharing options...
Jessica Posted January 19, 2007 Share Posted January 19, 2007 mkdir, copy, etc. Did you try looking in the manual before asking? It's incredibly smart. I can type php.net/makedir and it will correct me to mkdir(). Try searching it for obvious things before asking Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.