Maybe these guys can help Looks like they have done most of the work, and
they offer the source
https://opensvn.csie.org/traccgi/WiredBot/wiki
> From: d...@chancofamily.com
> Date: Mon, 20 Sep 2010 12:32:12 -0400
> To: cocoa-dev@lists.apple.com
> Subject: php and cocoa
>
> For those on
Hi Douglas
Here is the example of how to send HTTP request with parameters from cocoa
http://deusty.blogspot.com/2006/11/sending-http-get-and-post-from-cocoa.html
just make a php script on web server side that reads POST/GET variables sent
from cocoa application and output desirable content
in