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

1 a

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is variable function php?

1002


List functions available to sort an php array?

919


Explain include(), include_once, require() and require_once?

951


How to support multiple-page forms?

918


How to create a web form?

978


Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?

984


How to set a page as a home page in a php based site?

887


What does csrf token mean?

864


When is a conditional statement ended with an endif?

886


Tell me what are the __construct() and __destruct() methods in a php class?

949


What backslash character will match whitespace?

1001


What type of headers have to be added in the mail function to attach a file?

893


What is the difference between php and cakephp?

958


What is the use of array_count_values() in php?

982


Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?

1102