This topic is locked

Is this possible with phprunner

4/7/2007 6:27:59 PM
PHPRunner General questions
kanso author

Hi,

I have built anusers- table for a selected group, and it works as it should be. and we are all signed up.
What I want to do for an each user(only 5 of us) is: to log in to their own table, and edit/upload files to their own html page that I'll build for them. Every one will have their own page on the site, kind of like a group blog.
Now, do I need to build 5more tables for an each person?

If so, do I use the username from the users-table as a primary key to identify the each table?

I have tried to do that last night and something went wrong, I couldn't log in any more.
Or do I need to create a login page with each tablefor each user and the admin?
Thanks.

T
thesofa 4/7/2007

just build one page but make sure you use the advanced security settings in step 7 of 12.

select "Users can see and edit their own data only"

set yourself as the admin user who can see it all.

Sorted?

kanso author 4/8/2007

just build one page but make sure you use the advanced security settings in step 7 of 12.

select "Users can see and edit their own data only"

set yourself as the admin user who can see it all.

Sorted?


Do you mean just one table for all( total table 1 for database), or Users-master table and one child-image/file update table ( total table 2)?

Please clarify.

Thanks.