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.
ID:273733
![]() Feb 18 2011, 5:36 pm (Edited on Feb 18 2011, 5:55 pm)
|
|
Yes, there are multiple ways:
World/Export PHP functions (using the browser) dantom.db (for MySQL) |
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.
|
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.