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

Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host

2 Answers  


What is traits? How it is used in php?

0 Answers  


What does namespace mean in php?

0 Answers  


How to remove white spaces from the beginning and/or the end of a string in php?

0 Answers  


can we use PGP with PHP?

1 Answers  






What is the difference between characters 34 and x34?

0 Answers  


How does api connect to database?

0 Answers  


What is difference between require_once(), require(), include()?

0 Answers  


How to delete cookie files on your computer?

0 Answers  


Does php pass arrays by reference?

0 Answers  


What are classes in php?

0 Answers  


What are the options to transfer session ids?

0 Answers  


Categories