farnoise Posted January 27, 2010 Share Posted January 27, 2010 Hi everyone, I'm trying to create a page, but in this page I need to create a user management system that redirect every users to his own page, Just imagine something like University portal so if you login as a student you will be redirected to your own page and can see your information, Time tables, Exams and other stuff. So I don't need any scripts here I just need a start up, since I'm so confused Should I create separate Table for every user? should I create different folder for every user?! is there any program that does this like Joomla?!? Thanks Link to comment https://forums.phpfreaks.com/topic/190029-kind-of-portal-system/ Share on other sites More sharing options...
aebstract Posted January 27, 2010 Share Posted January 27, 2010 Basically, you don't have anything yet? You'll have a database that holds your user's information. When they are logged in, you display information based on the information you pull from the database. 1 page for all users, it will look correct specific for the user, depending on what information gets pulled from the database. Link to comment https://forums.phpfreaks.com/topic/190029-kind-of-portal-system/#findComment-1002569 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.