What is the best way to send data from Java to PHP?

Posted by Daeyun on Stack Overflow See other posts from Stack Overflow or by Daeyun
Published on 2010-04-08T13:16:38Z Indexed on 2010/04/08 13:23 UTC
Read the original article Hit count: 156

Filed under:
|
|

I want to access a MySQL database from Java, but remote connection is disabled by the host. So I will send the data to PHP and then PHP will locally access the database. The data is pretty big (about 2~4kb) I've never done this before. What should I do?

© Stack Overflow or respective owner

Related posts about php

Related posts about java