API17

API17:JHttp::post

From Joomla! Documentation

Joomla 11.1 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.
  • Returns bool True on success.
  • Defined on line 152 of libraries/joomla/client/http.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples