Jump to content

separate directory for each member


sayedsohail

Recommended Posts

Hi everyone,

 

I created pdf files on the fly with my php script and stored these files under files/temp directory on the server.

 

But now i wish to store this pdf files into a separate directory on the server for each member and than the members can only browse their own directories.

 

Thanks for the help.

Link to comment
https://forums.phpfreaks.com/topic/68041-separate-directory-for-each-member/
Share on other sites

Hi..

  for that use directory function to create directory with the help of mkdir() and give specific permission and that directory would be named using unique fileld from the table member in that you can store that pdf file, with particular name.. (that would also you can store in to db)

 

Regards,

Vijay

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.