Say I have a user list, and every user has his/her own profile
then the user have a friend list..
so I want to give the user an option where she / he can download the friends' profile.
Hopefully in one shot, now they can do it but first they have to view each friend's profile and save it one by one.
I am thinking of making a directory for each user, with the friends file in it. Meaning from the friend profile php, I would have to write it out to a .html file and store it in the user directory.
Then I would like the user to download the whole directory.
I don't really need the .html files to be kept in the directory. I just need them to be temporary files. To zip it and then for the use to download it
Is there any other way besides first writing the .html and then zipping them and then downloading and then deleting the .html?
Regards,
Namida
then the user have a friend list..
so I want to give the user an option where she / he can download the friends' profile.
Hopefully in one shot, now they can do it but first they have to view each friend's profile and save it one by one.
I am thinking of making a directory for each user, with the friends file in it. Meaning from the friend profile php, I would have to write it out to a .html file and store it in the user directory.
Then I would like the user to download the whole directory.
I don't really need the .html files to be kept in the directory. I just need them to be temporary files. To zip it and then for the use to download it
Is there any other way besides first writing the .html and then zipping them and then downloading and then deleting the .html?
Regards,
Namida