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

What is php constructor?

1075


Explain the different types of errors in php.

1143


Define anonymous classes in php7?

1132


What is whitespace in html?

1073


What new features php7 has in store for us?

1059


Explain the casts allowed in PHP?

1087


What is curl php?

1074


How to merge values of two arrays into a single array?

1094


Differences between get, post and request methods ?

1027


Which of the delimiter is ASP style?

1131


What is php compared to html?

1016


Is nan in php?

1097


Explain php split() function.

1046


Why echo is faster than print in php?

1046


Is it possible to destroy a cookie?

1040