I have a webpage i.e. php page and its a form. I want to bring this page into java i.e. in java page i want to display this form using the URL of the .php page. Is it possible and if so how ?
Clarification in question:
I have a java webpage. In this webpage i want a Iframe or anything of that sort which will display a php form in it using a php url and perform save action.