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

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

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to check an element is exists in array or not in php?

1124


What does empty mean in php?

1058


> symbol is used to redirect the output of a command. State Whether True or False?

1206


What is the difference between runtime exception and compile time exception?

1175


How do you sort an array in php?

1027


What are session variables in php?

1112


What is the current php version?

1150


Name some of the functions in php.

1101


/temp is a type of filesystem directory. State Whether True or False?

1077


Difference between $message vs. $$Message in php.

1053


What is variable and data type?

1103


Where are php configuration settings stored?

1094


How can we increase execution time of a php script?

998


What is traits? How it is used in php?

1104


What is a simple php method to make a cross domain data request?

1102