How Do I Connect A PHP File To A Server And Transmit Data?

Discussion in 'Plugin Development' started by cheese5505, Nov 2, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    cheese5505

    How Would I Do It?? I Had A Look, I Found The JSONAPI, But Is There Another Way Than Having A Plugin?
     
  2. Offline

    Ranzdo

    Socket connection is a good way. The only problem is that you will have to open an additional port on your server or have a java transmitter on the webserver.
     
  3. Offline

    cheese5505

    Ok, where could I find documentation? Is there any on the bukkit wiki?
     
  4. No, just search about how sockets work and then find the individual documentation for java and php.

    If you need continiuos data, use sockets, if not, just use JSON.
     
  5. Offline

    cheese5505

    Ok, I had a look. But n
     
Thread Status:
Not open for further replies.

Share This Page