PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
This checks if there is a votetopic, then changes to the Topics directory. If votetopic doesn't exist as a directory inside Topics yet, it is created. Then I want to copy all txt files inside the Topics directory to the votetopic directory, but no matter how I try to use the copy command it won't copy the text files.