Page 1 of 1

Sending Post Variables

Posted: Fri Oct 07, 2005 4:42 pm
by Luke
Is there any other way of sending variables via post without using a form?

Posted: Fri Oct 07, 2005 5:38 pm
by timvw
Who should send them? and to where should they be sent?

Basically, a POST is simply talking a bit of HTTP protocol in a socket.. Don't even need a browser for that.. Could be achieved through a telnet session if you're a diehard :p