file handling in php

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
zeeshanshah
Forum Newbie
Posts: 2
Joined: Fri Jul 23, 2004 6:14 am
Location: Pakistan

file handling in php

Post by zeeshanshah »

how to use files in php[/php_man]
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

what would you like to do with them? make a file? read a file? update a file? or soemthing else?
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
akosko
Forum Newbie
Posts: 3
Joined: Mon Jul 26, 2004 1:06 am

Post by akosko »

I would like to copy whole not empty directory to a destination folder but I do not know whether is there any possible way to do it with one copy command. Could you advise what to do ? Thanks
Post Reply