whhhhaaaazzzzuuuuuppppppp
New member
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?
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?