How to submit link to php using vb?
I want to submit a link to many web sites. All these web sites use php to handle this link. Instead of me going to each of these pages, and manually enter the link and clicking on submit, I want to write a VB program that'll automate the process for me. How do I go about?
For example, in the site - http://www.sharewarehunter.com/padsite/submit.php
where I am required to submit my pad file... I just want to enter the name of the xml page in my program, this URL above also in my program, and when I click on the button, my program should post xml URL to this site.
Re: How to submit link to php using vb?
Re: How to submit link to php using vb?
Firstly do you have an example URL for the site that accepts these links.
With that information we can see how the site accepts its data.
Re: How to submit link to php using vb?
how can i send POST data to a a php page in vb?
Re: How to submit link to php using vb?
Quote:
Originally Posted by cjnewbs
Firstly do you have an example URL for the site that accepts these links.
With that information we can see how the site accepts its data.
Yeah, for example, in the site - http://www.sharewarehunter.com/padsite/submit.php
where I am required to submit my pad file...