|
Posted by Chung Leong on 10/22/48 11:45
yehaimanish@gmail.com wrote:
> I am developing the project management system.
>
> Each Project:
> 1. Title, description ... , stored in mysql database
> 2. Upto ten files (initial description), (name in db, file in file
> system)
> 3. Message board, stored in mysql database (1 file per message, message
> in db, file in file system)
>
> I need a link (Download Project) which will download all the project
> related files, description, message board in the single zip file.
>
> Please suggest any appropriate method about it.
>
> zlib is installed.
That's a problem that I used as an example in my article about the PHP
stream interface:
http://www.phparch.com/sample.php?mid=42
Navigation:
[Reply to this message]
|