PHP WIZZ REQUIRED - Here's my code...?

My session is like this right now:

if (isset($_SESSION['Seller_firstname'])) {
echo ", {$_SESSION['Seller_firstname']}!";
}

I need to change the session into a $name type variable so I can use it in other ways.

Show me how?
 
Back
Top