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
What is difference between required and include in php?
What is use of mysqli_query in php?
What is lamp in php?
What is $_ post in php?
What is the use of hooks?
What is the super method?
What is helper library?
What is api used for?
What is the function of trim?
What is the delimiter syntax is PHP's default delimiter syntax
Explain how we can retrieve the data in the result set of mysql using php?
Why php is used in html?
What is the purpose of break and continue statement?
What is the empty function?
What is __ construct in php?