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

How to track user logged out or not? When user is idle?

0 Answers  


Is set in php?

0 Answers  


Write a select query that will be displayed the duplicated site name and how many times it is duplicated?

0 Answers  


What the difference between the 'bitwise and' operator and the 'logical and' operator?

0 Answers  


Explain what is smarty?

0 Answers  


What are headers in php?

0 Answers  


What is the use of trim function in php?

0 Answers  


Explain the difference between $var and $$var?

0 Answers  


How can we encrypt and decrypt a data present in a mysql table using mysql?

3 Answers   Microsoft,


What does the unlink() function mean?

0 Answers  


what is PHP accelerator ?

2 Answers  


Please explain is it possible to use com component in php?

0 Answers  


Categories