Session --- Anyone PLEASE help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rskumar20
Forum Newbie
Posts: 3
Joined: Fri Oct 06, 2006 5:01 am

Session --- Anyone PLEASE help

Post by rskumar20 »

hi everyone, i'm new to php and workin in tat for last two month..

i'm workin in designin a portal site.. wat i want is tat, there is a login for all user.. if a user selects an option say for eg. songs, if he logged in then it should go to songs page.. otherwise it should go to a page where it prompts uer to login...

like songs there are many functionalities are there in the portal, everything needs login...

i want to use session concept in this. PLEASE who knows session kindly help me...
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

have you tried searching for this functionality, search-terms something along the lines of "php user management" or "php user login"? With google and also with the search-functionality on this forum?
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

Start at http://us3.php.net/manual/en/function.session-start.php -- if you still need help after reading that, come back and ask
Post Reply