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 / chetana
$_SESSION['FOO']='bar';
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to split a string into array using php?
What is curl php?
Which function is used in php to search a particular value in an array?
What is mysql_real_escape_string used for?
Tell me what is needed to be able to use image function?
Explain what is the difference between session and cookie?
What is a php tag?
What is laravel php?
What is env in laravel?
How do you identify independent and dependent variables in regression analysis?
Which php function will attach one file to another?
What is Different between Joomla And Magento?
What is a php web application?
What is php date function?
What is psr in php?