
bbrainz |
Hello there,
For that you will basically create a database, with username/pass storage for each user. For each user you take the username and insert into database whatever content you want to store, this content will be store with username being primary key.
On frontend you will have to provide user login box, once the user logs in successfully you will store user's username in session. Using that session information you will execute the queries against your database to get particular user content.
Thanks.
Tuesday, 15th September 2009
| Votes: |
|
68 |
|
40 |
|