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 advance thing in php7?
What is the purpose of basename() function in PHP?
Write a program to find a string is palindrome or not?
Which is the best php framework for a beginner?
How do you use end in python?
What is printf in php?
Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
Explain php parameterized functions.
What is mysqli_fetch_array?
How to uploaded files to a table?
What is a controller php?
> symbol is used to redirect the output of a command. State Whether True or False?