Re: [PHP] how to connect to php from vb

2001-09-05 Thread Alexander Deruwe
On Wednesday 05 September 2001 16:19, sagar wrote: > hi, > > can i connect to php from a vb appliation. > should this be asked elsewhere (if so pl > let me know) Uhm, I don't quite understand what you mean there. Anyhow, accessing PHP from VB seems kindof, like a nono, but perhaps you mean acces

Re: [PHP] how to connect to php from vb

2001-09-05 Thread Tom Carter
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 designin