Uno and WAMP Server

Can I send data from Uno to WAMP Server and process it a server end ?

Besides WAMP what other server options are good to send the data from Uno and display it on webpage

Can I send data from Uno to WAMP Server and process it a server end ?

You can send GET requests from the Arduino with Ethernet shield to any device that is running an httpd deamon. That is one of the things you get in a wAmp setup. So, yes.

Besides WAMP what other server options are good to send the data from Uno and display it on webpage

I think you have a fundamental misunderstanding of web browsers, web pages, clients, server, etc.

A web page is the result of a server sending data to a client that understands how to render that data.

If you want the Arduino to server up an html file that contains sensor data, any browser can render that data as a web page, regular of whether the machine the browser is running on is also set up as a server, or not. The Arduino will be the server (and, no, there is no AAMP package for the Arduino).

NVT123:
Can I send data from Uno to WAMP Server and process it a server end ?

Besides WAMP what other server options are good to send the data from Uno and display it on webpage

I'm using MAMP for windows without any issues.