php can act as a server in many respects, it can handle sockets, some
streams etc..... so the the answer is yes, you can connect to it from
anything. (for instance I'm currently building a plugin to Lightwave that
connects to php)... programs commonly use http to connect (it's simple then
designing your own protocol in most cases... eg yahoo messenger).

The question is much more a VB question.. I know VB can connect to the web,
couldn't tell you how tho, try asking in a vb forum. If writing in a normal
programming language there is libwww from w3c (w3.org) that can do it all
for you (this is what we use)


----- Original Message -----
From: "sagar" <[EMAIL PROTECTED]>
To: "php" <[EMAIL PROTECTED]>
Sent: Wednesday, September 05, 2001 5:19 PM
Subject: [PHP] how to connect to php from vb


hi,

can i connect to php from a vb appliation.
should this be asked elsewhere (if so pl
let me know)

/sagar




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to