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
9 19140Post New Cybercom Interview Questions
How to count the number of instance?
Explain cannibalization group
Explain different type of event trigger option.
What is a Parser Bug?
Determine the BTU size of an aircon for 20 sq metre room
What are data types examples?
What are the two parts of a file name?
what is the use of proc contents and proc print in sas? : Sas-administrator
Please send us a brief description why do you think you can fit to the role
What do you mean by make() method?
what will happen if petrol engine make to run with diesel
What do you understand by Poisson distribution?
Can a constructor be declared private? If yes then in which scenario?
What is default session time and path in php?
What is the use of recvfrom(2) Function?