I have set of many PHP functions in files which I want to call from button java client before event in a button.
Those functions will apply set of rules to the table data before it is stored in the table.
Where should I include the PHP file and how can I call those functions from the java code.