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 the use of header() function in php?
Explain how is it possible to set an infinite execution time for php script?
How php statement is different from php script?
How do you destroy a particular or all Sessions?
What is needed to be able to use image function?
Why constructor is not overridden?
What is fetch array in php?
Which parts of php are case sensitive?
Does php has a future?
How would you declare a function that receives one parameter name hello?
How to generate a form?
How to increase the maximum execution time of a script in php?
What is the purpose of basename() function in PHP?
What are different types of runtime errors in php?
What are the characteristics of php?