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
Is php a case sensitive language?
How do I see how many pages per session in google analytics?
How many columns can be added in a table in mysql?
Does empty check for null?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
Tell me how to create a text file in php?
What does the unlink() function means?
How can I learn php fast?
What does $_cookie mean?
What is inheritance in php with example?
How to get the position of the character in a string in php?
What is a php session?
What is the use of callback in php?
How to get number of days between two given dates using PHP?
What are php variables?