Link to home
Start Free TrialLog in
Avatar of robert4532
robert4532

asked on

Post to PHP

As simple as this: I want to post some data to my PHP form on the internet. At the moment I have it doing it through a webbrowser control, inputting the text into a form and artificially pressing the "submit" button. This doesn't seem to be very reliable, so what other, more reliable method should I use?

Thanks a lot :-). Let me know if you need clarification.
ASKER CERTIFIED SOLUTION
Avatar of softplus
softplus

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of robert4532
robert4532

ASKER

I just want to fill out some fields on a form, expect without actually filling them out manually (submitting directly to the page that process the post).

Thanks.
Would it be possible to get the above solution in VB ? I'm really not familiar with C#.