Calling PHP function from Java [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: invoking a php method from java Never came across with this situation before, so would like to understand / know how to go about this ? Goal: Call php function from Java Let's say Java code looks like this pulic class Testing { String userid; String pass; String url; public static void main (String[] args ) { String value1 = checker ( userid, pass, url ); String value2 = dataGetter ( value1 ) } public static