hi,can anyone teach me in session?

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
cty007
Forum Newbie
Posts: 9
Joined: Thu Dec 14, 2006 11:15 pm

hi,can anyone teach me in session?

Post by cty007 »

hi,i wish to learn session regarding when a user log in,it iwill only shown the page for himself.
I am using php5+mysql.
Anyone can do me a favour?
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

Try googling "PHP Login". There's plenty O tutes for such things.
Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

Post by Mythic Fr0st »

Well, as in say

You sign in

You purchase items it goes to your 'purchased item' section

but you dont want others who login to see that?

You need MySQL database, tutorials are best for that (php & mysql)

$_SESSION is good but MySQL is better for larger things
Post Reply