<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>Post</title><revhistory><revision><revnumber>6</revnumber><date>2014-09-09 14:40:45</date><authorinitials>Inanna</authorinitials></revision><revision><revnumber>5</revnumber><date>2014-09-09 14:40:18</date><authorinitials>Inanna</authorinitials></revision><revision><revnumber>4</revnumber><date>2014-09-09 14:39:32</date><authorinitials>Inanna</authorinitials><revremark>Renamed from 'post'.</revremark></revision><revision><revnumber>3</revnumber><date>2014-08-29 02:43:28</date><authorinitials>LKD70</authorinitials></revision><revision><revnumber>2</revnumber><date>2014-08-05 02:17:55</date><authorinitials>LKD70</authorinitials></revision><revision><revnumber>1</revnumber><date>2014-07-29 00:13:19</date><authorinitials>LKD70</authorinitials></revision></revhistory></articleinfo><section><title>Post</title><para><emphasis role="strong"> Usage: </emphasis> post URL DATA </para><screen><![CDATA[ message = "This will be posted to file.php"
]]><![CDATA[
 data = {msg:message}
]]><![CDATA[
 URL = "http://localhost:8080/file.php"
]]><![CDATA[
 post URL data]]></screen><para><emphasis>This will post the data to the given URL. In the example above it sends the message: &quot;This will be posted to file.php&quot; to a file on a locally hosted server. </emphasis> </para><para><emphasis>An example of how you might use this command would be NEATOlert which is available here: </emphasis> <ulink url="http://guide.neatportal.com/wiki/Post/wiki/NEATO#">NEATO</ulink> </para><!--rule (<hr>) is not applicable to DocBook--><para> <ulink url="http://guide.neatportal.com/wiki/Post/wiki/ScriptControlStructures#">ScriptControlStructures</ulink> </para></section></article>