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
What are the uses of explode() function?
What is Different between Joomla And Magento?
What is the output of the ucwords function in this example?
Tell me how can we get the error when there is a problem to upload a file?
Where php language is used?
How to check if a string contains a character or word in php?
what are interfaces and Abstart classes
What does it mean when it says the csrf token is invalid?
What is binary safe string?
What is the difference between characters 23 and x23?
What will the ?getdate() function returns in PHP?
What is an associative array?
Explain how can we execute a php script using command line?
How to open a file for reading?
How do you define a constant?