JHttp::post
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JHttp::post[edit]
Description[edit]
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[edit]
JHttp::post source code on BitBucket
Class JHttp
Subpackage Client
- Other versions of JHttp::post
User contributed notes[edit]
Code Examples[edit]