There is a .php page that I need to pass two fields and retrieve one result. I know how to do this in an HTML page but not PHP. What is the proper syntax for exchanging data with a PHP page? I'm using WebBrowser in VB6.
Printable View
There is a .php page that I need to pass two fields and retrieve one result. I know how to do this in an HTML page but not PHP. What is the proper syntax for exchanging data with a PHP page? I'm using WebBrowser in VB6.
a php page is an HTML page to vb6... not sure what you are asking.
you need to install PHP for your web server to get result from PHP file.
PHP is installed on the server. How could it even have a PHP page if PHP wasn't installed? But I've found the answer in this great demo exampleQuote:
Originally Posted by sunil_skc
http://www.vbforums.com/showthread.php?t=334645