Thread
:
PHP Sessions
View Single Post
#
3
(
permalink
)
07-04-09, 06:33 AM
craigfarrall
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?
craigfarrall
View Public Profile
Find all posts by craigfarrall