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 namespace in php?
How to get a total number of rows available in the table?
Which function is used in php to count the total number of rows returned by any query?
How can we get ip address of a client in php?
Explain Creating and Naming an Array?
Explain mail function in PHP with syntax?
Explain a resource?
How many requests will be send to server and response coming from server when you open a web page (e.g. xyz.php) which has an image tag?
What are the advantages of php?
What is .htaccessfile and use of this file
why we use @symbol before the variable
Can I learn laravel without php?