What's new

Web Need Help Displaying Info From Another Site

__Dax

__Dax

Giraffes
Messages
435
Reaction score
148
Points
140
Sin$
0
So, I'm making a website and I want it to display the amount of duplicate items in an inventory on steam, what is the best way to do this?
 
WildeThing

WildeThing

Enthusiast
Messages
212
Reaction score
63
Points
130
Sin$
7
Use AJAX to load and parse the API response after the page has loaded on the client side. Or, if the API has some keys that are all secret or whatever, then write a PHP 'relay' script that will use cURL to fetch the information and return it and that way your development keys don't get exposed to the client.
 
Top Bottom
Login
Register