Hi,

I need to try to develop a web application (page I guess) that will allow a business name and address to be input (by a user) and have the application return (present on-screen) the specific info "found" from the input information.

This is my first project of this type and I'm just trying to figure out what I need to read and learn about to make this happen. I have some limited knowledge of php (been through one class) and have html/css experience... MUCH less exp in JavaScript (read 1/2 a book or so).

I'm thinking it would go something like this:
-take user input and create http request (not sure on doing this to get the info returned, not present result(html) on screen)
-store returning info in object (or array, not too sure on this either).
-use data in object to present information to page

I realize this is completely rough and likely over simplified. I just need to start moving in the right direction. Thank you.

Kirk