How will you sened requests from server1 to server2 from
server2 to server3 and so on .. w/o letting the output come
to the browser or say the client end in php

Answers were Sorted based on User's Feedback



How will you sened requests from server1 to server2 from server2 to server3 and so on .. w/o letti..

Answer / sherin

We can use curl library methods provided by php for sending
http requests from one server to another .

Is This Answer Correct ?    19 Yes 0 No

How will you sened requests from server1 to server2 from server2 to server3 and so on .. w/o letti..

Answer / rak

Hi,
you used curl library method for sending http request from
one server to another server and so on.
or you used SOAP method to used sending http request from
one server to another server

Is This Answer Correct ?    5 Yes 0 No

How will you sened requests from server1 to server2 from server2 to server3 and so on .. w/o letti..

Answer / yukti

I think , its with the help of header(location:..)
not so sure ..

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More PHP Interview Questions

PHP can be used frontend of for backend?

3 Answers   Global Logic,


Is php free to use?

0 Answers  


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

0 Answers  


What is the role of php.ini file?

0 Answers  


Write the code for upload a video file in PHP.How will You Play this in Your Page.?

2 Answers   ASD Lab, Convex Digital,






What is overloading and overriding in php?

0 Answers  


How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not

6 Answers   TCS,


why did u want to leave your past organisation?

0 Answers  


What is the ioncube php loader?

0 Answers  


How about integrating an iKode Newsletter Server at my independent Wordpress blog site? I just wanna visitort can subscribe my blog when they like it and I can send some interested articles or events to them regularly to establish good relationship.

1 Answers   iKode,


Tell me what is the use of isset() in php?

0 Answers  


Which is better get or post method?

0 Answers  


Categories