[PHP-DB] Re: Need PHP developers in Hyderabad

2009-09-17 Thread nagendra prasad
Hi All,

I am sorry to confuse you all. This is not a job! Anyone who is or want to
work with me as a partners are invited. But here let me clear a point that I
am not asking or going to ask any money like any other mails you get time to
time. Anyone who wants to take technical challenges and work with me on my
project are most welcome. If you still didn't get my point then let me give
an example, I want to start a business with more people just like Lary 
Sergay started their own business like 'Google'. I hope I made my point
clear. OK the example is giving you a kind of high expectations but this is
the only example right now in my mind. Pardon me if I was a little rude in
my mail. I didn't intend to hurt anyone and I never do that. Below are the
criteria which I would like to see in my partner:

1. Person should know PHP-MYSQL (OK this is a basics requirement)

2. Person should know how to work with technical issues even if you have no
idea about it.

3. Person should able to think about big picture or person can able to think
out of the box.

4. Last but not the least I would prefer if you live in *Hyderabad*.

*You can mail back me for any other queries or call me at: 9949817253.*


Best,


[PHP-DB] Need help in PHP file Management System

2009-09-17 Thread nagendra prasad
Hi All,

I need help in PHP file management system. So, I am working on my project in
which user will upload a file on the server. I know how to upload a file on
server using PHP. But the problem is how to differentiate the different
uploaded files with different users. Please help me with this.

Best,

-- 
Guru Prasad
Ubuntu Voice GTK+ Forum


Re: [PHP-DB] Need help in PHP file Management System

2009-09-17 Thread Vinay Kannan
I would think, since you already have different users, so most probably you
would be getting them registered, so maybe at the time of the registration,
you could create folders for each user, and the files they upload would be
on to the folders with their username, the folder securities on the server
should be taken care of.

for instance, if the user is say, Vinay (thats me)

and ur website is www.abcdefg.com then when i register, it would create a
folder for me, so the url would be something like www.abcdefg.com/vinay, and
the files uploaded by me would be in the folder vinay, but the files would
be accesible to me alone, not the other visitors of the website.

Guys please correct me if I am wrong, but I think this is a good possible
way of doing it.


Thanks,
Vinay Kannan

On Thu, Sep 17, 2009 at 10:05 AM, nagendra prasad
nagendra802...@gmail.comwrote:

 Hi All,

 I need help in PHP file management system. So, I am working on my project
 in
 which user will upload a file on the server. I know how to upload a file on
 server using PHP. But the problem is how to differentiate the different
 uploaded files with different users. Please help me with this.

 Best,

 --
 Guru Prasad
 Ubuntu Voice GTK+ Forum



Re: [PHP-DB] Need help in PHP file Management System

2009-09-17 Thread nagendra prasad
Thanks Vinay,

I think you are right. I thought about it but then server will have to
manage huge set of folders. I also thought that what if we give a unique ID
for each file for each user. So, when user wants to access his file the code
should first checks if the unique ID and the username is matched. I just
have a rough idea. If someone got my points please explain it to me. Am not
sure this may be a solution.

Guys plz help me

Best,


Re: [PHP-DB] Need help in PHP file Management System

2009-09-17 Thread Eric

- Original Message - 
From: nagendra prasad nagendra802...@gmail.com
To: Vinay Kannan viny...@gmail.com
Cc: php-db@lists.php.net
Sent: Friday, September 18, 2009 2:16 AM
Subject: Re: [PHP-DB] Need help in PHP file Management System


 Thanks Vinay,
 
 I think you are right. I thought about it but then server will have to
 manage huge set of folders. I also thought that what if we give a unique ID
 for each file for each user. So, when user wants to access his file the code
 should first checks if the unique ID and the username is matched. I just
 have a rough idea. If someone got my points please explain it to me. Am not
 sure this may be a solution.

This may or may not need.

hash the file to prevent unauthenticated modified.
version controlling.
tagging 

pls correct me if I'am wrong !!!

- Eric

 
 Guys plz help me
 
 Best,


Re: [PHP-DB] Need help in PHP file Management System

2009-09-17 Thread nagendra prasad
Eric, I am new to file or content management. So, if possible can you send
me few scripts or some links from where I can learn more about it?


Best,