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 ?

Answers were Sorted based on User's Feedback



How do you register one session ?..

Answer / 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

How do you register one session ?..

Answer / modi[achir communication]

session_register($session_var);
$_SESSION['var'] = 'value';

Is This Answer Correct ?    2 Yes 0 No

How do you register one session ?..

Answer / amit

$_SESSION['username']='ram'

Is This Answer Correct ?    0 Yes 0 No

How do you register one session ?..

Answer / prasad

sessi8on_register

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More PHP Interview Questions

List out different arguments in PHP header function?

4 Answers  


What is local variable in php?

0 Answers  


What are properties in php?

0 Answers  


What is delimiter php?

0 Answers  


What is the goto statement useful for?

0 Answers  


How to Define a Constant in PHP? Is $ symbol necessary?

6 Answers   Maples,


How can you declare a constant variable in php?

0 Answers  


What does == mean in php?

0 Answers  


How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?

6 Answers  


How long is session timeout?

0 Answers  


What is difference between explode() or split() in PHP?

0 Answers  


How variables are passed through arguments?

0 Answers  


Categories