From: <php...@li...> - 2011-03-29 02:33:58
|
im using XAMPP means use apache and mysql database.XAMPP only allows PHP. i want to generate something from user input and the generator is using java application.currently, i post user input to database and i use JDBC to connect to database and retrieve data from there... but the problem is, i cant communicate with the client.currently i cant run my java application through the website(GUI), i just compile using command prompt.do i need to use php/java bridge to solve this issue? this is my goal: users enter information-click run button-data sent to java application to process-the result sent to database-user view the result i really need help!!!! thanks |