<?xml version="1.0" encoding="utf-8"?>
<s1 title="Post"><p></p>
<s2 id="Post" title="Post">
<p><strong> Usage: </strong> post URL DATA </p>
<p></p>
<source><![CDATA[ message = "This will be posted to file.php"

 data = {msg:message}

 URL = "http://localhost:8080/file.php"

 post URL data]]></source><p><em>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. </em> </p>
<p><em>An example of how you might use this command would be NEATOlert which is available here: </em> <jump href="/wiki/NEATO">NEATO</jump> </p>

<br/>------------------------------------------------------------------------------<br/>
<p> <jump href="/wiki/ScriptControlStructures">ScriptControlStructures</jump> </p>
</s2></s1>