sayedsohail Posted September 5, 2007 Share Posted September 5, 2007 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. Quote Link to comment https://forums.phpfreaks.com/topic/68041-separate-directory-for-each-member/ Share on other sites More sharing options...
vijayfreaks Posted September 5, 2007 Share Posted September 5, 2007 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 Quote Link to comment https://forums.phpfreaks.com/topic/68041-separate-directory-for-each-member/#findComment-342021 Share on other sites More sharing options...
sayedsohail Posted September 5, 2007 Author Share Posted September 5, 2007 is there any possibility with php allowing user to browser server specific directories? Quote Link to comment https://forums.phpfreaks.com/topic/68041-separate-directory-for-each-member/#findComment-342033 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.