tags:

views:

32

answers:

2

I am creating a downloadable zip file.

In that zip, I want to add php, html, and images and videos.

All of them are in other folders.

I can read and write php and html files from other files/folders.

But I don't know how to read and write (or move from one folder to anther folder) images and videos.

I will appreciate any help.

Thanks in advance.

A: 

I you want to move files, see PHP manual: copy, unlink

Piotr Pankowski
+1  A: 
VAC-Prabhu