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 array function in javascript?
What is the function to count elements in an array in PHP?
How to select a database?
What is symfony php?
What is escape data in php?
How failures in execution are handled with include() and require() functions?
Can constructor be private in php?
When should you use a stored procedure?
What is the difference between core php and php?
What's the difference between __sleep and __wakeup?
How to write a program to make chess?
Which function is used to read a file removing the html and php tags in it upwork?
What is get method in java?
What is filter_var?
Tell me what is the meaning of a final class and a final method?