Is there a way to run php server**(remote)** scripts from a java program (with secured/encrypted connection).
+3
A:
Visit (make post or get HTTP request) php page from your java program, for example, via HttpUrlConnection type
Victor Sorokin
2009-09-01 19:13:01
+1
A:
Make sure to use HTTPS (not HTTP) if you want a secure connection.
The server will need to support ssl for that, if you're using Apache, make sure you have mod_ssl
Jeffrey Aylesworth
2009-09-01 19:14:58