Page 1 of 1
hi,can anyone teach me in session?
Posted: Sat Dec 16, 2006 11:11 pm
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?
Posted: Sat Dec 16, 2006 11:48 pm
by neophyte
Try googling "PHP Login". There's plenty O tutes for such things.
Posted: Sun Dec 17, 2006 2:23 am
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