ID:273733
 
I'm wondering - is this possible?

I can think of a few slower ways around this, but my reason for asking this in the first place is speed(and client-handling).

Edit: Changed the title. The original wasn't a problem.
Depends on the type of server.
world.Export should allow you to communicate with HTTP servers, there's a library somewhere for MySQL servers, for others you'll probably need to write a DLL.
Yes, there are multiple ways:
World/Export
PHP functions (using the browser)
dantom.db (for MySQL)
In response to Immibis
To add to that advice, you make the other server expose an HTTP front merely for communication if that is easier than going straight from byond to the other server.
In response to Loduwijk
Thanks for the advice. For some reason, never thought of an HTTP front end.

Btw, to those that mentioned SQL - SQL was my 'secondary'. Was going to use an SQL database and indirectly manipulate data with the operation server.