How the web server interprets php and interacts with the client?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

What are the different functions in sorting an array?

2 Answers  


What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?

3 Answers  


What is $_ get?

0 Answers  


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

9 Answers   Cybercom, TCS,


How to repeat a string to a specific number of times in php?

0 Answers  


Write a program to show the joining of two strings in php?

0 Answers  


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

0 Answers  


What are the difference between echo and print?

0 Answers  


Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?

1 Answers   Rushmore Consultancy,


What is file upload?

0 Answers  


Why php is better?

0 Answers  


What is the use of namespace in php?

0 Answers  


Categories