This may be a very basic question, as I am fairly new to php programming. Hopefully I can learn something about my particular issue.
I am trying to build a simple web application with php that will interface with the BBYOpen API provided by Best Buy. The application need to be able to accept a zipcode and distance radius in order to retrieve Best Buy store locations within the parameters.
Now BBYOpen provides queries for developers, which I have managed to find the one I would need to use.
My problem, being new to php, is:
How exactly can I build a simple HTML page that will accept user input (in the form of a zipcode and distance) and tie that into a php script that can communicate with BBYOpen to retrieve the data.
BBYOpen provides extensive documentation for querying and the information that I can feasible return, but I am lost on how to get my php script to connect to BBYOpen. I know that in order to connect I need to utilize their Remix web service, but I am also at a loss at how I would go about doing that.
Any help or solutions would be appreciated, even in a generic code with comments.
Cheers
curlor curl wrappers likeGuzzle