ns_httppost - Open an HTTP connection and posts data to the server
TABLE OF CONTENTS
SYNOPSIS
DESCRIPTION
COMMANDS
EXAMPLES
|
ns_httppost is a wrapper around ns_httpopen to send data using HTTP POST method.
set form [ns_set new] ns_set put $data Name John ns_set put $data Action Add set page [ns_httppost http://www.aolserver.com] "" $data |