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 a controller php?
What is meant by an associative array?
How to download the files using PHP
Which function parses an English textual date or time into Unix timestamp in PHP.
What does == mean in php?
Which cryptographic extension provide generation and verification of digital signatures?
How to get the DNS servers of a domain name?
Tell me what is the difference between ereg_replace() and eregi_replace()?
How do I repair phpmyadmin?
How to join multiple strings into a single string?
Name the Functions in IMAP, POP3 AND LDAP?
What are php parameters?