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 / senthilkumar g

<?

session_start();
$username=$_GET['username'];
$_SESSION['username']=$username;
session_write_close();
?>

Is This Answer Correct ?    13 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scope of variable in php?

1118


Explain how can we execute a php script using command line?

1090


Tell us how can we display the output directly to the browser?

1077


What is the difference between query and inquiry?

962


Which parts of php are case sensitive?

971


What are php applications?

991


How can you tell if a number is even or odd without using any condition or loop?

1048


Which operator is used to combine string values in php?

992


What is the difference between super () and this ()?

1104


Which functions are used to count the total number of array elements in php?

1077


How a variable is declared in php?

1021


What is an example of a variable?

1064


What are the correct and the most two common way to start and finish a PHP block of code?

1112


What is the use of get and post method in php?

1058


What is difference between array_merge and array_combine in php?

1102