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 / palaniraja.wordpress.com
3.which statement can be used to determine how the optimizer
resolves a query
EXPLAIN
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
What is form submission?
When to use inquire vs enquire?
How to initiate a session in php?
Why php is widely used?
Tell me what is the use of mysql_real_escape_string() function?
Why many companies are switching their current business language to php?
Tell me how is it possible to parse a configuration file?
What is regular expression in javascript?
How to insert a line break in php string?
Explain what are the different errors in php?
How to get useful error messages in php?
Tell me how to find the length of a string?
Do you know what does $globals means?
How a variable is declared in php?