hi my name is michael, 20.. i want to send data from my vb to php.. how could i possibly do this? hoping to hear a positive response from the active users.. thank you.
Printable View
hi my name is michael, 20.. i want to send data from my vb to php.. how could i possibly do this? hoping to hear a positive response from the active users.. thank you.
there are several methods
you can use a webbrowser control, or instance of internet explorer to navigate to the url of the php file, by filling a webform to generate the parameters
you could use an inet control, shellexecute or urldownloadtofile passing the parameters as a string, with the url
search the forum for "winsock send data http" you will get many examples both with the php code