API17:JHttp::post
From Joomla! Documentation
JHttp::post
Description
Method to send the POST command to the server.
public function post (
$url
$data
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $url | |||
| $data | array | Associative array of key/value pairs to send as post values. |
See also
JHttp::post source code on BitBucket
Class JHttp
Subpackage Client- Other versions of JHttp::post
User contributed notes
Code Examples