PHP Doku:: Perform POST request with pre-encoded data - function.http-post-data.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPHTTP Funktionenhttp_post_data

Ein Service von Reinhard Neidl - Webprogrammierung.

HTTP Funktionen

<<http_head

http_post_fields>>

http_post_data

(PECL pecl_http >= 0.1.0)

http_post_dataPerform POST request with pre-encoded data

Beschreibung

string http_post_data ( string $url [, string $data [, array $options [, array &$info ]]] )

Performs an HTTP POST request on the supplied url.

Siehe auch die vollständige Liste der Request-Optionen.

Parameter-Liste

url

URL

data

String containing the pre-encoded post data

options

Request-Optionen

info

Request/Response-Information

Rückgabewerte

Gibt die HTTP-Antwort(en) als String zurück oder FALSE bei Fehlern.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
yoder2 at purdue dot edu
17.05.2007 13:27
See the "superglobal" arrays $_POST['varname] and $_REQUEST['varname'] for how to access Post variables.

http://www.php.net/manual/en/language.variables.predefined.php
#language.variables.superglobals

(had to break the URL so I could post it.)



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)