Sending Arduino data to the web ?

is it possible to directly send data from the Arduino to the internet without the use of a PC inbetween?

This is a neat and low cost way for an arduino to to send stuff to a web server: http://www.nuelectronics.com/estore/?p=14

Take a look:

http://www.geocities.jp/arduino_diecimila/wifi/index_en.html

It's a example using FON...

Thanks for the replies.

Don't forget to post info on your finished project in the exhibition area.

Have fun!

If it works!! Will do.

there is a standard Ethernet library now, with it's associated shield. Take a look at www.arduino.cc/en/Reference/Ethernet

Thanks for the info.