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
What is meant by MIME?
How to pass variables by references?
Tell me what is the use of explode() function?
What is the use of count() function in php?
What is php and what does it do?
Why ide is recommended for use while programming with php?
Which function is used to read a file removing the html and php tags in it upwork?
What is var_dump?
Is it possible to remove the html tags from data?
Tell me what library is used for pdf in php?
What is the difference between super () and this ()?
How to find the position of the first occurrence of a substring in a string?
Why do we use javascript in php?
What is difference between print_r and echo in php?
What is die in php?