I'm working on creating a widget that allows users to remotely display information about their search query. 1. User enters a zip-code, then views results. 2. Then user can display these results on his home page. I'm thinking I should create a PHP file to grab the data, then convert it into javascripts to be displayed on the page. Would this be the easiest way? Is there a simplier way to achieve this?