I am trying to post to a remote url from a local html file on my desktop, but the server doesn't seem o be receiving any post data?
A:
A form tag with action set to any web address will send to it:
<form method="post" action="http://example.com/myscript.php">
Take another look over your code to make sure you haven't forgotten anything. Showing us the HTML might help answers.
nickf
2009-04-06 13:37:58