On Jun 6, 2007, at 8:58 PM, Ryan Gahl wrote: > ... On Server B you have an object that is able to make http calls > to server A (I'm not sure what that is in PHP, but for instance > in .NET there is one called WebClient).
In PHP, the curl library is probably the most common. http:// us.php.net/manual/en/ref.curl.php If you're running PHP 5.0 or greater, there are also the http series of classes. http://us.php.net/manual/en/ref.http.php Depending on your php.ini configuration, file_get_contents() might also be used: http://us.php.net/manual/en/function.file-get-contents.php TAG --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
