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
What is data structure in php?
What are the design patterns in php?
Is php a backend?
Explain me what is the difference between explode() and split() functions?
Define object-oriented methodology?
What is singleton class in php?
How do you check if a variable has been set in php?
What is php regular expression?
How to concatenate two strings together in php?
How to remove duplicate values from php array?
How do I escape data before storing it in the database?
What is crypt () in php?
What are examples of independent and dependent variables?
Is key exist in array php?
How do you check if an arraylist is empty?