desalvo123@comc ast.net wrote:[color=blue]
> Is there a way I can manually create and send POST data in my code to a
> website without using html forms?[/color]
Yes, it is possible to do that. But it's probably better, to append the
data you are trying to send to another site in a URL.
desalvo123@comc ast.net wrote:
[color=blue]
> Is there a way I can manually create and send POST data in my code to a
> website without using html forms?[/color]
Comment