More problems XD
I need my java program to get data from a MySQL database stored on a remote server.
Now i know alot of php and can easily write a php page which can process a POST request, but i have no idea how make it respond.
What i will be needing to do it first to send a single column of a table. The java program will then get details relating to those options, and then start processing whole tables.
What i need to know, is how to get the php and java working so that it is easy to get and process the data row by row.
Can anyone please provide me with either the code needed for both ends, or a link to somewhere where it is explained.