I can see how one would go about transferring files from a VB application to a web server using PHP/mySQL, but is there anyway to take a variable from a PHP page or from a database and get that as a variable inside your visual basic code?
Interests:Photoshop, Web Design, Graphic Design, Internet.
Posted 26 July 2007 - 06:38 PM
Only way i can think of off top of my head, is writing php to pull the variable. then have vb goto that file on the web server and pull the source code and filter that variable out
Theres probably a better way, but that will work.
(i tested this making a lil mini chat thing with php/vb a while back)