Topic: Widgets Widget

Could one of you code a widget that would allow a user to enter text on an on screen keyboard , that would be submitted to a web server (maby via GET), and display a plain text result. for example:

i go to chumby.com, select the widget, and in the configuration dialog enter"www.configurableserver.com/myscript.php?input="

I type in "weather 72120" on the chumby

the widget calls the page "www.configurableserver.com/myscript.php?input=weather 72120"

myscript.php would return (in plain text) "today: sunny tomorrow: 50% chance of rain"

"today: sunny tomorrow: 50% chance of rain" is displayed on the chumby




i am a php nut myself and would love to be able to write simple "widgets" that could use this for the user interface