B
B
BonBon Slick2016-03-04 12:03:08
PHP
BonBon Slick, 2016-03-04 12:03:08

Steam API + MySQL = How to connect the API to the database?

Hi all! Parsing the Steam API, downloaded various demos. Get data - no problem. I don’t understand where to add a SQL query to stick them into the database ...
What rustled:
1 - https://github.com/SmItH197/SteamAuthentication (entrance to the site with sessions and cookies, without entering data into the database).
2 - https://habrahabr.ru/post/172223/ ( Demo site from habr - heavenanvil.ru/steam/index.php )
3 - https://developer.valvesoftware.com/wiki/Steam_Web_API ( Steam Wiki for developers ).
4 - https://wiki.teamfortress.com/wiki/WebAPI (Additional requests, for pulling data).
5 -https://www.easycoding.org/2013/03/12/znachitelnye... (A little more additional material in Russian).
I downloaded the demo from GitHub, it is the 1st, please tell me where to sculpt a SQL query that would enter data into the database? Any ideas?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kovalsky, 2016-03-04
@BonBonSlick

Well, you've got a data set. What prevents you from calling the function with the next line, passing this data to it, and executing the SQL script inside the function?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question