Hi,
Thanks,
The part that is confusing me is the actual sending of the information via an http protocol.
What I'm wanting to do is send a webform to an URL.
I have the info to send, just can't seem to send it.
When I send the information via formail, I would use
<FORM ACTION ="/cgi-bin/formmail.pl"METHOD="POST">
What would be form action be for sending to a URL.
<FORM ACTION =
http://www.url goes here> ????
Thanks.