I can post data to textfields with no problems with this code:
How can i post data to a form that has radio buttons and Checkboxes?Code:postData = "Name=" & Text1.Text cURL = "http://somehost.com/form.php" 'Inet1.Execute cURL, "POST", Data, "Content-Type: application/x-www-form-urlencoded"




Reply With Quote