SASSINC Internet Solutions - Arabic Department wrote:

How to retrieve data from a PHP file? (The value that will be retrieved of course it is echoed in the PHP file, and it will be shown in a TextBox in my VB program.. so I want to retrieve it to my EXE VB program that will put it inside a TextBox or something like that..)

So you have a PHP file that does (for example)


<?php echo "Hello"; ?>

And you want to retrieve it's results, i.e. the "Hello" string?

Like someone else said, you need to ask this on a VB list. You need to determine how to run a program from within VB to run php from the command line or open a web interface and retrieve the results of a web file. This is not a PHP specific problem.

--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to