PHP Classes

Access file and get response from hosted domain to localhost: Send variable values from localhost to a PHP script in a domain

Recommend this page to a friend!
  All requests RSS feed  >  Access file and get response from hos...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Access file and get response from hosted domain to localhost

Edit

Picture of Sridhar M by Sridhar M - 9 years ago (2016-04-05)

Send variable values from localhost to a PHP script in a domain

This request is clear and relevant.
This request is not clear or is not relevant.

+4

I want to send some variable values from localhost to a PHP script in a hosted domain.

I tried to access it using Curl but it is not working. Kindly provide me some example for curl access from localhost to server.

Ask clarification

1 Recommendation

PHP HTTP protocol client: HTTP client to access Web site pages

Class that implements requests to Web resources using the HTTP protocol.

It features:

- May submit HTTP requests with any method, to any page, to any server, connecting to any port.
- Provides support to setup connection and request arguments from a given URL.
- May submit requests via a proxy server with support for authentication if necessary.
- May establish connections via a SOCKS server.
- Supports HTTP direct access or proxy based authentication mechanisms via SASL class library like HTTP Basic, HTTP Digest or NTLM (Windows or Samba).
- Support secure connections (https) via Curl library with SSL support, or at least PHP 4.3.0 with OpenSSL support, or via a non-SSL HTTP proxy server.
- Supports accessing secure pages using SSL certificates and private keys using Curl library
- Supports user defined request headers.
- Supports POST requests with a user defined array of form values.
- Supports POST requests with a user defined request bodies for instance for making requests to SOAP services.
- Supports streaming requests that require uploading large amounts of data of undefined length in small chunks to avoid exceeding PHP memory limits
- Supports requests to sites hosting virtual Web servers.
- Retrieves the HTTP response headers and body data separately.
- Support HTTP 1.1 chunked content encoding
- Supports session and persistent cookies.
- Provides optional handling of redirected pages.
- Supports defining connection and data transfer timeout values.
- Can output connection debug information in plain text or formatted as HTML.
- An add-on class is provided to login to Yahoo sites and perform actions on the behalf of the logged users like exporting the user address book or sending invitation to a group.
This recommendation solves the problem.
This recommendation does not solve the problem.

+2

Picture of Manuel Lemos by Manuel Lemos package author package author Reputation 26695 - 9 years ago (2016-04-07) Comment

If you want to send HTTP requests to a remote server, you can try this HTTP client. It may use curl or fsockopen depending of the cases.


Recommend package
: 
: