komang
07-02-2006, 10:36 PM
Hello,
why my code below have error?
<?php
copy("../images/awal/".$name,"../images/report_gallery/".$name);
?>
the error :
Warning: copy(../images/report_gallery/): failed to open stream: Is a directory in /home/breport/public_html/admin/copy_images_to_gallery.php on line 2
thanks for Your attention....
why my code below have error?
<?php
copy("../images/awal/".$name,"../images/report_gallery/".$name);
?>
the error :
Warning: copy(../images/report_gallery/): failed to open stream: Is a directory in /home/breport/public_html/admin/copy_images_to_gallery.php on line 2
thanks for Your attention....