开发者

calling a php file from jsp on clicking one button

开发者 https://www.devze.com 2023-01-02 08:02 出处:网络
i want to know how to call php file from on clicking some button in jsp file. can u please 开发者_Python百科let meknow a ways to do that.If your environment allows it, this is done via a simple <a

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

0

精彩评论

暂无评论...
验证码 换一张
取 消