Copying all files in one directory to another directory?

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!

Moderator: General Moderators

Post Reply
syschat
Forum Newbie
Posts: 4
Joined: Sat Feb 05, 2005 4:06 am
Location: Texas, USA

Copying all files in one directory to another directory?

Post by syschat »

Hello evryone,
I was wondering if someone could help me, I want to move all the contents of one directory: /create/alias . Then, I want to create a folder with the variable /create/$folder. Then, I want the contents of alias to be copied to /create/$folder. Can someone please help me do this?

Thanx
-Chris
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

we just talked about this.... :?

I'll be nice: viewtopic.php?t=30198
Post Reply