request dispatching

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Dreamee
Forum Newbie
Posts: 1
Joined: Thu Feb 11, 2010 4:18 am

request dispatching

Post by Dreamee »

HI, any body tell me, that how can we forward a request from one server to another server in PHP??. For example, A web server receives a request generated by a client and he wants to forward the request to another server that also host the same web site.
pbs
Forum Contributor
Posts: 230
Joined: Fri Nov 07, 2008 5:31 am
Location: Nashik, India
Contact:

Re: request dispatching

Post by pbs »

You can use CURL();

Refer URL: http://in2.php.net/manual/en/book.curl.php
Post Reply