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 |
How failures in execution are handled with include() and require() functions?
How to link one site backend to another site frontend?
What does namespace mean in php?
What is nan value?
Which is better php or wordpress?
What is difference between $x and $$x
5 Answers Mindex, Net Solution, Procon IT Solutions, Trigent,
How can we know the total number of elements of Array?
What does type casting mean in php? Explain with an example?
This is regarding file uploading. 1. Who will be the owner of the uploaded file ? 2. What permission you will give for an uploaded file ? 3. What is mean by user, group and others and what kind of permission you will give for each user and explain the reason?
How to get the length of string?
sort term descripttion form, report and uery
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?