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...

Which of the following represents the proper way to set a
session variable?
Answer:
a. $_SESSION['foo'] = 'bar';
b. session_start();
c. session_set_save_handler ('myopen', 'myclose', 'myread',
'mywrite', 'mydelete', 'mygarbage');
d. $foo = $_SESSION['foo'];
2.When administering MySQL, you should make the data
directory accessible via the operating system
3.which statement can be used to determine how the optimizer
resolves a query

Answer Posted / savitha

session variable answer is:

a. $_SESSION['foo'] = 'bar';

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to run the interactive php shell from the command line interface?

1177


How do you end a function in python?

1055


Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

1007


Tell me how can we automatically escape incoming data?

987


Tell me what are magic methods?

1027


How many types of php frameworks are there?

979


What is the use of trim function in php?

1029


How to move uploaded files to permanent directory?

1014


What types of loops exist in php?

1103


How do I start a php session?

1043


What are the features and advantages of object-oriented programming in php?

999


What is the use session in php?

1094


What is meant by variable variables in php?

1099


What are regular expressions in programming?

962


Where do we use get and post?

1031