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 / ramji
Question: When administering MySQL, you should make the
data directory accessible via the operating system ....
Answer 1: only to the "mysql" user
Answer 2: only to the "root" user
Answer 3: to the "mysql" user, and also to the "webserver" user
Answer 4: to the "mysql" user, and also to people who are
installing applications that use MySQL
| Is This Answer Correct ? | 73 Yes | 10 No |
Post New Answer View All Answers
> symbol is used to redirect the output of a command. State Whether True or False?
How to get ip address of a server in php?
How to enable error reporting in php?
What is rest api in php?
What does the unlink() function mean?
What is the delimiter syntax is PHP's default delimiter syntax
For image work which library is used in php?
Will a comparison of an integer 12 and a string "13" work in php?
Explain me is it possible to destroy a cookie?
What does the initials of php stand for?
How is the comparison of objects done in php?
What is the main difference between php 4 and php 5?
What does explode do in php?
Is java is better than php?
When is a conditional statement ended with endif?