some code for livesklad api
Go to file
aStelm 1d684d7730 require_once('config.php') fix 2023-04-17 20:00:09 +03:00
.gitignore init commit 2023-03-21 13:43:50 +03:00
README.MD Some about config.php 2023-03-21 13:59:52 +03:00
class_MysqliDb.php init commit 2023-03-21 13:43:50 +03:00
class_livesklad.php init commit 2023-03-21 13:43:50 +03:00
grab_counteragents.php require_once('config.php') fix 2023-04-17 20:00:09 +03:00
grab_orders.php require_once('config.php') fix 2023-04-17 20:00:09 +03:00
grab_shops.php require_once('config.php') fix 2023-04-17 20:00:09 +03:00
sql_counteragents_w_phones.txt init commit 2023-03-21 13:43:50 +03:00
sql_fullquery.txt init commit 2023-03-21 13:43:50 +03:00

README.MD

Create config.php in root dir with same code:

<?php
defined('API_LOGIN')  or define('API_LOGIN',  '');
defined('API_PASSWD') or define('API_PASSWD', '');
defined('DB_LOGIN')   or define('DB_LOGIN',   '');
defined('DB_PASSWD')  or define('DB_PASSWD',  '');
defined('DB_NAME')    or define('DB_NAME',    '');
?>