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 do you register one session ?

Answer Posted / harjeet

session_register()

e.g.
$user="Username";
session_register("user");


or more preferred way is
$_SESSION['user']="username";

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of Php variables?

1136


How many types of arrays are there in php?

1014


How to test if a variable is an array?

1194


Why do we use cookie?

1016


Explain me the difference between include and require?

993


Is it more secure to use cookies to trfer session ids?

1054


What is session_start () in php?

1052


What is php string function?

1082


Define metaphone()?

8774


What are the four scalar types of php?

1165


Explain some of the php string functions?

1022


Are sessions stateless?

964


Why session timeout is important?

1178


What does $_env means?

984


What is variable give example?

1156