PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old June 30th, 2004, 05:50 AM
sarika@midriff sarika@midriff is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 1 sarika@midriff User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Copy folder into another

Hi all !

I want to copy folder into another.
I am working on red hat linux .
The code I have written is :

$source_file = /var/www/html/SAS/template/1/1/template.jpg";

$destination_file = "/var/www/html/Accountant/";

if (is_dir($destination_file))
{
echo "Dest file exists";
copy($source_file, $destination_file);
}

But Its giving error:


Unable to create '/var/www/html/Accountant/': Is a directory in /var/www/html/SAS/selectedtemplate.php on line 22

I have given permissions 777 to all the folders i.e.var,www,html,accountant,SAS

Could anyone help me out.

Thanks in advance

Reply With Quote
  #2  
Old June 30th, 2004, 07:40 AM
kode_monkey kode_monkey is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 367 kode_monkey User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 21 sec
Reputation Power: 6
Your $destination_file variable contains a directory but not a file name afterwards. Try adding a filename on the end and see if thats works.

I presume you've done it this way since under linux you don't need to specify the target filename if it is the same as the source filename but I think with the php copy function you do.

Hope this helps,

-KM-

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingPHP Development > Copy folder into another


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT