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
Tell me what are the __construct() and __destruct() methods in a php class?
Explain $_FILES Superglobal Array?
What are the benefits of using php?
Why overriding is called runtime polymorphism?
Is php a cms?
When do sessions end?
What is the difference between characters 34 and x34?
Is set in php?
Which is not a php magic constant?
Why do you need to filter out empty files?
What is the correct syntax of mail() function in php?
Explain the types of functions for Splitting String?
Is polymorphism inherited?
How to move uploaded files to permanent directory?
What is artisan in php?