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

Answers were Sorted based on User's Feedback



Which of the following represents the proper way to set a session variable? Answer: a. $_SES..

Answer / ramji

Question: When administering MySQL, you should make the
data directory accessible via the operating system ....
Answer 1: only to the "mysql" user
Answer 2: only to the "root" user
Answer 3: to the "mysql" user, and also to the "webserver" user
Answer 4: to the "mysql" user, and also to people who are
installing applications that use MySQL

Is This Answer Correct ?    72 Yes 10 No

Which of the following represents the proper way to set a session variable? Answer: a. $_SES..

Answer / p.swamy

session variable answer is:

a. $_SESSION['foo'] = 'bar';

Is This Answer Correct ?    31 Yes 2 No

Which of the following represents the proper way to set a session variable? Answer: a. $_SES..

Answer / rubinthomas

1.In order to set a session variable u must first declare
the session_start() function as the first statement when u
execute your page after which can u assign or manipulate
session variables $_SESSION["foo"] = 'bar';

Is This Answer Correct ?    13 Yes 1 No

Which of the following represents the proper way to set a session variable? Answer: a. $_SES..

Answer / savitha

session variable answer is:

a. $_SESSION['foo'] = 'bar';

Is This Answer Correct ?    6 Yes 0 No

Which of the following represents the proper way to set a session variable? Answer: a. $_SES..

Answer / 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

Which of the following represents the proper way to set a session variable? Answer: a. $_SES..

Answer / dhir

$_SESSION['foo'] = 'bar';

Is This Answer Correct ?    5 Yes 1 No

Which of the following represents the proper way to set a session variable? Answer: a. $_SES..

Answer / chetana

$_SESSION['FOO']='bar';

Is This Answer Correct ?    4 Yes 0 No

Which of the following represents the proper way to set a session variable? Answer: a. $_SES..

Answer / guest

1 a

Is This Answer Correct ?    1 Yes 0 No

Which of the following represents the proper way to set a session variable? Answer: a. $_SES..

Answer / bala

b. session_start();

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More PHP Interview Questions

How we can get the number of elements in an array?

0 Answers  


why did u want to leave your past organisation?

0 Answers  


List out some tools through which we can draw E-R diagrams for mysql?

6 Answers  


Describe PHP error and logging information?

0 Answers  


Tell me how would you declare a function that receives one parameter name hello?

0 Answers  






What are getters and setters and why are they important?

0 Answers  


What is use of preg_replace in php?

0 Answers  


How can I embed a java programme in PHP file and what changes have to be done in PHP.ini file?

1 Answers   Sify, Small Biz Express,


What are the functions to be used to get the image's properties (size, width and height)?

0 Answers  


What are the four scalar types of php?

0 Answers  


What does the initials of php stand for?

0 Answers  


how we can retrive data in pdf along php mysql?

2 Answers  


Categories