Forum Moderators: coopster

Message Too Old, No Replies

How to get PHP Script Data From Website To my VB Application Realtime

How to get data from a Form on my website to my VB Application In Realtime

         

studee

5:37 pm on Apr 10, 2008 (gmt 0)

10+ Year Member



Hi!,

I have made an application in VB for out bound calling to my customer.

for which i want users on my website put there Phone number in a form and then submit it on button click.

"i want to have that phone number data in my vb application running on my computer connected to internet , so my program can call up the customer .."

can any one point me in the right direction how to do it.

If i am asking this in wrong Forum , i am sorry !,


i am new to PHP rather WEB DEVELOPMENT , i think it can be done with PHP.

Thanks in advance , for any help !

eelixduppy

9:04 pm on Apr 15, 2008 (gmt 0)



Your data needs to be stored somewhere. MySQL is usually a nice place to store data :) However there are many other options, too. For instance, you can use a csv file to store your data. In anyway, wherever you store the data you need to grab it with your VB application. That, however, is not a topic covered at this forum, so you might want to try a few google searches to figure out exactly how to do that with the storing method that you wind up choosing.