How do I...

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
Pintonite
Forum Newbie
Posts: 17
Joined: Mon May 20, 2002 5:11 pm
Contact:

How do I...

Post by Pintonite »

How do I copy a file from one folder to another in PHP. I am trying to organize files by specific colors and I need to be able to seperate these files.

Thanks for the help!
Zmodem
Forum Commoner
Posts: 84
Joined: Thu Apr 18, 2002 3:59 pm

Post by Zmodem »

prasadharischandra
Forum Commoner
Posts: 57
Joined: Thu May 09, 2002 2:19 am
Location: sri lanka
Contact:

copy

Post by prasadharischandra »

u have to use "copy "functions and if deleted use "unlink " function
Post Reply