i want to know how to call php file from on clicking some button in jsp file. can u please 开发者_Python百科let me know a ways to do that.
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
精彩评论