tags:

views:

19

answers:

1

Hi users, i want to know how to call php file from on clicking some button in jsp file. can u please let me know a ways to do that.

+1  A: 

If your environment allows it, this is done via a simple <a href="/phplocation/phpPage.php">click</a>

And in order for the environment to support this, you'd have to use Apache server and connect it with tomcat. But that's another question, for server fault

Bozho