php - Database Communication in Java -


i trying store, modify, , variables mysql database have set up. have figured out how using sql java library. loading java program using external client not allow external libraries. have been doing research , need sort of communication between php , java.

let's have int in java program:

int x = 0; 

i want to store variable in mysql database.

if please me or give me example gets variable java , stores in database using php, great. thanks!

you can use web-services (soap ..) or rest method... although gonna have research because can't putt of code here plus depend on jws , php files..


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -