Is it possible in php to send a command to a server made in vb?

Recommended Answers

All 10 Replies

If the server has an available API, sure.

im pretty new, explain?

Basically, if the server has an interface that PHP is allowed to communicate with, then PHP can use that interface to tell the vb server what to do.

how could i go about doing that?

It's a big task. Did you write the server software yourself?

I think you've got quite an uphill battle here. You can try to contact the vendor to see there is an available API. If not, you're probably out of luck.

Are there any tutorials you know about that lets me make an API for that?

Unless you have the source code for the server and know how to "hack it" I think you've reached a dead end.

I have source code I just need the API, or a tutorial or something.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.