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 / 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 |
Post New Answer View All Answers
How do I check if a given variable is empty?
How can image properties be retrieved in php?
What is meant by public, private, protected, static and final scopes?
Write a program to find no of days between two dates in php?
How to define a user function?
What is the meaning of php?
How to execute an sql query?
What is regex in html?
How can we access the data sent through the url with the post method?
How send email using php?
Where are the persistent cookies stored on your computer?
What does the unset() function mean?
How can we check the value of a given variable is alphanumeric?
How do you find the length of a string in php?
Where is php code written?