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
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 |
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 |
Answer / yukti
I think , its with the help of header(location:..)
not so sure ..
| Is This Answer Correct ? | 0 Yes | 10 No |
What is array filter in php?
what is DDL and DML?
Describe PHP error and logging information?
What is php session start?
Which function parses an English textual date or time into Unix timestamp in PHP.
What is session in c#?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
What is use of header() function in php? What the limitation of header()?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What is difference between isset and empty in php?
How to check a variable is an array or not in php?
What is the advantge and disadvantage of mysql_connet() and mysql_pconnect() ? in which condition will you use mysql_connect() and mysql_pconnect().