| 1. |
Solve : PHP directory copy on a windows machine? |
|
Answer» I have a PHP page that when data is submitted it also creates a directory named with some of the values passed, it also does a COPY of a directory into the newly created directory. Everything works perfectly, EXCEPT (lol there is always an except) during the copy process the DOS box pops up. I am wanting to run the command SILENTLY and can not find the answer anywhere. Here is what the PHP command looks like: |
|