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
What kind of things have you done on the social side?
iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not
What is mvc php?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
What is query string php?
What beforeFilter() is used?
How would you open a directory for reading in php?
What is memcache?
Explain what does $_server means?
What are variables in research examples?
What does type casting mean in php? Explain with an example?
Is php an array?
What are the advantages of indexes in php?
How do I run a php file?
What is a controller php?