Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we register the variables into a Session?

Answer Posted / animesh dutta

<?php
// Start the session
session_start();
?>
<?php
// Set session variables
$_SESSION["favcolor"] = "green";
$_SESSION["favanimal"] = "cat";
echo "Session variables are set.";
?>

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between mysql_connect and mysqli_connect?

1111


Are react hooks stable?

1003


Which function would you use to format date information in php?

1026


How can you pass a variable by reference?

1055


Does php support multithreading?

1113


With a heredoc syntax, do I get variable substitution inside the heredoc contents?

1164


What is substr in php?

1094


How to execute a php script from the command line?

1161


What is trim codeigniter?

1029


What is advanced php programming?

1081


What is difference between mysqli and mysql?

1119


What is var_dump function in php?

1166


Explain Type hinting in PHP?

1082


Explain the difference between isset() and empty()?

1008


Explain about require and include function?

1050