tags:

views:

36

answers:

2

We are doing a project – we have to develop website, that displays a list with all proxy servers and, when user clicks on particular server, it will be activated for him.

For this I am undecided on whether to use Java or PHP. Which is simpler to handle proxys?

Please help me.

A: 

i suggest you to do it on java. because it has the default sockets for server and client. Php is just for interface and it gives flexibility for programmer by providing predefined functions.

Use java to do the coding on proxy handling and php for user interface..

manidhar mulaparthi
A: 

Can be done in Both , Choose one you are comfortable in :).

Arsheep