This topic is locked
[SOLVED]

 Calling PHP function in an included file from java clien

8/3/2011 7:08:37 PM
PHPRunner General questions
E
elik author

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.

C
cgphp 8/4/2011

http://xlinesoft.com/phprunner/docs/how_to_add_external_files.htm
In the "Client before" you can't call a php function name directly. It is a section for client code not server code. In the "Server" section of the button you can call your php functions.