How to get VB.NET and PHP to inter-communicate well?

abigfanofnfs

New member
I want to create a goo.gl shorterner whithin VB.NET. I want to take the URL as typed in a textbox in VB and spit out the URL from PHP to a label & a listview. The rest (saving the URL in hisory, etc) I know how to program. Just need this... How?
@Jack: No, I don't want to communicate to MYSQL, I want php only..
Basically, I wish to spit out the URL as typed by the user into a textbox to goo.gl via a php page (which will not be shown to the user) and goo.gl's API. Then when goo.gl gives the shortened URL, I want the URL to be copied to a label and a listview....
 
Back
Top