Thread: PHP Sessions
View Single Post
  #3 (permalink)  
Old 07-04-09, 06:33 AM
craigfarrall craigfarrall is offline
Newbie Coder
 
Join Date: Jan 2009
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Ok so if I have a customer first name saved in the db as 'fname' then I can use:

Code:
$_SESSION['fname'];
Then I can echo that out later to show the fname?
Reply With Quote