I just bought new ENC28J60 Ethernet LAN Network Module on Ebay, and I want to send POST Data with this module to specified web address eg. www.mydomain.com/example.php
I resereached google for some examples, but all I could saw were examples for arduino shield, not module I have. With this module I'm using following libraries:
"etherShield.h"
"ETHER_28J60.h"
I want to send one/two specified POSTS (variables) to the php formular, but i don't know how to do this.