Topic complex |
CGI functions |
Function |
http_post() |
Short |
Transfer RAMText via POST |
Syntax |
HTTP_POST(f_f_from,to,post : STRING) : INTEGER |
Parameter |
f_from: URL
f_to: RAMText that will hold the result of the request
f_post: RAMText with POST request, including header |
Return |
0: successful
else: Error number |
See also: |
|
Description |
|
Write a comment:
|