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
Answer Posted / 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 |
Post New Answer View All Answers
How can you increase the maximum execution time of a script in php?
What the limitation of header() function in php?
What is final class and final method in php?
How arrays are passed through arguments?
Explain me what is the importance of "method" attribute in a html form?
How to join multiple strings into a single string?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
What is the sign to start variables in PHP?
How to randomly retrieve a value from an array?
How to generate a character from an ascii value?
How send email in php?
What are php libraries?
Which is better python or php?
What is a lambda function in php?
What are differences between PECL and PEAR?