I'm new to
working with
mysql and
sessions and
was just
wondering how I
would go about
recalling the
username of the
currently
logged in user?
I've tried
Code:
session_start()
;
$usern =
$_SESSION['user
name'];
echo("$use
rn"  ;
But that didn't
seem to work.
Can you pleasse
help.
|